Modifier and Type | Field and Description |
---|---|
static Charset |
ISO_8859_1
ISO Latin Alphabet No.
|
static Charset |
US_ASCII
Seven-bit ASCII.
|
static Charset |
UTF_16
Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark.
|
static Charset |
UTF_16BE
Sixteen-bit UCS Transformation Format, big-endian byte order.
|
static Charset |
UTF_16LE
Sixteen-bit UCS Transformation Format, little-endian byte order.
|
static Charset |
UTF_8
Eight-bit UCS Transformation Format.
|
Modifier and Type | Method and Description |
---|---|
static Charset |
getSupportedCharset(String charsetName)
Returns a Charset, if possible the Charset for the specified
charsetName , otherwise (if the specified
charsetName is null or not supported) this method returns the platform default Charset. |
static Charset |
getSupportedCharset(String charsetName,
Charset defaultCharset)
Returns a Charset, if possible the Charset for the specified
charsetName , otherwise (if the specified
charsetName is null or not supported) this method returns the platform default Charset. |
public static final Charset US_ASCII
public static final Charset ISO_8859_1
public static final Charset UTF_8
public static final Charset UTF_16BE
public static final Charset UTF_16LE
public static final Charset UTF_16
public static Charset getSupportedCharset(String charsetName)
charsetName
, otherwise (if the specified
charsetName
is null
or not supported) this method returns the platform default Charset.charsetName
- name of the preferred charset or null
public static Charset getSupportedCharset(String charsetName, Charset defaultCharset)
charsetName
, otherwise (if the specified
charsetName
is null
or not supported) this method returns the platform default Charset.charsetName
- name of the preferred charset or null
defaultCharset
- returned if charsetName
is null or is not supported.Copyright© 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.