See: Description
Class | Description | ||
---|---|---|---|
Charset |
A named mapping between sequences of sixteen-bit Unicode
CharsetDecoder |
|
An engine that can transform a sequence of bytes in a specific charset into a sequence of
sixteen-bit Unicode characters.
|
CharsetEncoder |
An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of
bytes in a specific charset.
|
||
CoderResult |
A description of the result state of a coder.
|
||
CodingErrorAction |
A typesafe enumeration for coding-error actions.
|
||
ModifiedUtf8 |
Encoding and decoding methods for Modified UTF-8
Modified UTF-8 is a simple variation of UTF-8 in which
|