-
-
-
Classes in java.nio.charset used by java.io
| Class |
Description |
| Charset |
A charset is a named mapping between Unicode characters and byte sequences.
|
| CharsetDecoder |
A converter that can convert a byte sequence from a charset into a 16-bit
Unicode character sequence.
|
| CharsetEncoder |
Transforms a sequence of 16-bit Java characters to a byte sequence in some encoding.
|
-
-
-
Classes in java.nio.charset used by java.nio.charset
| Class |
Description |
| CharacterCodingException |
A CharacterCodingException is thrown when an encoding or decoding
error occurs.
|
| Charset |
A charset is a named mapping between Unicode characters and byte sequences.
|
| CharsetDecoder |
A converter that can convert a byte sequence from a charset into a 16-bit
Unicode character sequence.
|
| CharsetEncoder |
Transforms a sequence of 16-bit Java characters to a byte sequence in some encoding.
|
| CoderResult |
Used to indicate the result of encoding/decoding.
|
| CodingErrorAction |
Used to indicate what kind of actions to take in case of encoding/decoding
errors.
|
| MalformedInputException |
A MalformedInputException is thrown when a malformed input is
encountered, for example if a byte sequence is illegal for the given charset.
|
| UnmappableCharacterException |
An UnmappableCharacterException is thrown when an unmappable
character for the given charset is encountered.
|
-
-
Classes in java.nio.charset used by libcore.icu
| Class |
Description |
| Charset |
A charset is a named mapping between Unicode characters and byte sequences.
|
| CharsetDecoder |
A converter that can convert a byte sequence from a charset into a 16-bit
Unicode character sequence.
|
| CharsetEncoder |
Transforms a sequence of 16-bit Java characters to a byte sequence in some encoding.
|
-
-
-