| |
|
| java.lang.Object java.nio.charset.spi.CharsetProvider com.ibm.icu.charset.CharsetProviderICU
CharsetProviderICU | final public class CharsetProviderICU extends CharsetProvider (Code) | | A concrete subclass of CharsetProvider for loading and providing charset converters
in ICU.
|
CharsetProviderICU | public CharsetProviderICU()(Code) | | Default constructor
|
charsetForName | final public Charset charsetForName(String charsetName)(Code) | | Constructs a charset for the given charset name.
Implements the abstract method of super class.
Parameters: charsetName - charset name charset objet for the given charset name, null if unsupported |
charsets | final public Iterator charsets()(Code) | | Returns an iterator for the available charsets.
Implements the abstract method of super class.
Iterator the charset name iterator |
getAllNames | final public static String[] getAllNames()(Code) | | Return all names available
String[] an arrya of all available names |
getAvailableNames | final public static Object[] getAvailableNames()(Code) | | Gets the canonical names of available converters
Object[] names as an object array |
getICUCanonicalName | final public static String getICUCanonicalName(String enc) throws UnsupportedCharsetException(Code) | | Gets the canonical name of the converter as defined by Java
Parameters: enc - converter name canonical name of the converter |
|
|
|