Package com.ibm.icu.charset
Enhanced charset conversion support.
CharsetICU, CharsetProviderICU, CharsetEncoderICU and CharsetDecoderICU provide conversion services for many charsets.-
Interface Summary Interface Description CharsetCallback.Decoder Decoder Callback interfaceCharsetCallback.Encoder Encoder Callback interface -
Class Summary Class Description CharsetCallback Callback API for CharsetICU APICharsetDecoderICU An abstract class that provides framework methods of decoding operations for concrete subclasses.CharsetEncoderICU An abstract class that provides framework methods of decoding operations for concrete subclasses.CharsetICU A subclass of java.nio.Charset for providing implementation of ICU's charset converters.CharsetProviderICU A concrete subclass of CharsetProvider for loading and providing charset converters in ICU.CharsetSelector Charset Selector A charset selector is built with a list of charset names and given an input CharSequence returns the list of names the corresponding charsets which can convert the CharSequence.