Package com.ibm.icu.charset

Enhanced charset conversion support.

See:
          Description

Interface Summary
CharsetCallback.Decoder Decoder Callback interface
CharsetCallback.Encoder Encoder Callback interface
 

Class Summary
CharsetCallback Callback API for CharsetICU API CharsetCallback class defines some error behaviour functions called by CharsetDecoderICU and CharsetEncoderICU.
CharsetDecoderICU 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.
 

Package com.ibm.icu.charset Description

Enhanced charset conversion support.

CharsetICU, CharsetProviderICU, CharsetEncoderICU and CharsetDecoderICU provide conversion services for many charsets.



Copyright (c) 2011 IBM Corporation and others.