com.ibm.icu.charset
public final class CharsetProviderICU extends CharsetProvider
UNKNOWN: ICU 3.6 This API might change or be removed in a future release.
Constructor Summary | |
---|---|
CharsetProviderICU()
Default constructor |
Method Summary | |
---|---|
Charset | charsetForName(String charsetName)
Constructs a charset for the given charset name.
|
Iterator | charsets()
Returns an iterator for the available charsets.
|
static String[] | getAllNames()
Return all names available |
static Object[] | getAvailableNames()
Gets the canonical names of available converters |
static String | getICUCanonicalName(String enc)
Gets the canonical name of the converter as defined by Java |
UNKNOWN: ICU 3.6 This API might change or be removed in a future release.
Parameters: charsetName charset name
Returns: charset objet for the given charset name, null if unsupported
UNKNOWN: ICU 3.6
Returns: Iterator the charset name iterator
UNKNOWN: ICU 3.6
Deprecated: This API is for internal ICU use only
Return all names availableReturns: String[] an arrya of all available names
UNKNOWN: ICU 3.6
Deprecated: This API is for internal ICU use only
Gets the canonical names of available convertersReturns: Object[] names as an object array
UNKNOWN: ICU 3.6
Deprecated: This API is for internal ICU use only
Gets the canonical name of the converter as defined by JavaParameters: enc converter name
Returns: canonical name of the converter
UNKNOWN: ICU 3.6