| Interface | Description |
|---|---|
| ICharacterDecoder |
Defines a method that can be implemented by classes that convert a stream of
bytes to Unicode code points.
|
| ICharacterEncoder |
Defines a method that can be implemented by classes that convert Unicode
code points to bytes.
|
| ICharacterEncoding | |
| ICharacterInput |
An interface for reading Unicode code points from a data source.
|
| Class | Description |
|---|---|
| CharacterReader |
A general-purpose character input for reading text from byte streams and
text strings.
|
| Encodings |
Contains methods for converting text from one character encoding to another.
|
Encoding for Java documentation, generated in 2017.