|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.common.util.CharsetUtils
public final class CharsetUtils
Utilities related to Charsets.
Field Summary | |
---|---|
static Charset |
CHARSET_ISO_8859_1
Constant indicating the ISO-8859-1 character set. |
static Charset |
CHARSET_US_ASCII
Constant indicating the U.S. |
static Charset |
CHARSET_UTF_16
Constant indicating the UTF-16 character set. |
static Charset |
CHARSET_UTF_16BE
Constant indicating the UTF-16, big-endian character set. |
static Charset |
CHARSET_UTF_16LE
Constant indicating the UTF-16, little-endian character set. |
static Charset |
CHARSET_UTF_8
Constant indicating the UTF-8 character set. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Charset CHARSET_US_ASCII
public static final Charset CHARSET_ISO_8859_1
public static final Charset CHARSET_UTF_8
public static final Charset CHARSET_UTF_16BE
public static final Charset CHARSET_UTF_16LE
public static final Charset CHARSET_UTF_16
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |