public final class Charsets extends Object
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 UTF_8
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-2018 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.