API Overview API Index Direct link to this page
JDK 1.6
  Package: java.nio.charset
Author(s)
Mark Reinhold
JSR-51 Expert Group
Since
1.4
Version
1.5, 05/05/22
Serial
Description
  Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.
See also:   
Charset View Source A named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
CoderMalfunctionError View Source Error thrown when the decodeLoop method of a CharsetDecoder, or the encodeLoop method of a CharsetEncoder, throws an unexpected exception.
CoderResult View Source A description of the result state of a coder.
CodingErrorAction View Source A typesafe enumeration for coding-error actions.
MalformedInputException View Source Checked exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode sequence.
UnmappableCharacterException View Source Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar