package
java.nio.charset
This package allows translating between bytes and different
character sets.
more...
Classes
Charset |
A charset defines a mapping between a Unicode character sequence and a byte
sequence. |
CharsetDecoder |
An converter that can convert bytes sequence in some charset to 16-bit
Unicode character sequence. |
CharsetEncoder |
An converter that can convert 16-bit Unicode character sequence to byte
sequence in some charset . |
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. |
Exceptions
Errors