| Interface | Description |
|---|---|
| CharsetCallback.Decoder |
Decoder Callback interface
|
| CharsetCallback.Encoder |
Encoder Callback interface
|
| Class | Description |
|---|---|
| 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.
|
Enhanced charset conversion support.
CharsetICU, CharsetProviderICU, CharsetEncoderICU and CharsetDecoderICU provide conversion services for many charsets.Copyright © 2016 Unicode, Inc. and others.