Home » openjdk-7 » java » nio » charset »

java.nio.charset

Sub Packages:

java.nio.charset.spi   Service-provider classes for the java.nio.charset package.  

Abstract Classes:

Charset   A named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.  code | html
CharsetDecoder     code | html
CharsetEncoder     code | html
CoderResult.Cache     code | html

Classes:

CharacterCodingException     code | html
CoderMalfunctionError   Error thrown when the decodeLoop method of a CharsetDecoder , or the encodeLoop method of a CharsetEncoder , throws an unexpected exception.  code | html
CoderResult   A description of the result state of a coder.  code | html
CodingErrorAction   A typesafe enumeration for coding-error actions.  code | html
IllegalCharsetNameException     code | html
MalformedInputException   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.  code | html
UnmappableCharacterException   Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence.  code | html
UnsupportedCharsetException     code | html