asia.redact.bracket.util
Class Encodings

java.lang.Object
  extended by asia.redact.bracket.util.Encodings

public class Encodings
extends Object


Constructor Summary
Encodings()
           
 
Method Summary
static CharsetEncoder getAsciiEncoder()
           
static CharsetEncoder getDefaultEncoder()
           
static String getDefaultEncoding()
           
static boolean platformDefaultsToAScii()
          Normally false, default is usually UTF-8?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Encodings

public Encodings()
Method Detail

getDefaultEncoding

public static String getDefaultEncoding()

getDefaultEncoder

public static CharsetEncoder getDefaultEncoder()

platformDefaultsToAScii

public static boolean platformDefaultsToAScii()
Normally false, default is usually UTF-8?

Returns:

getAsciiEncoder

public static CharsetEncoder getAsciiEncoder()


Copyright © 2011-2013 David R. Smith. All Rights Reserved.