This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package java.nio.charset

Class Summary
Charset A named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
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.
 

Exception Summary
CharacterCodingException Checked exception thrown when a character encoding or decoding error occurs.
IllegalCharsetNameException Unchecked exception thrown when a string that is not a legal charset name is used as such.
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.
UnmappableCharacterException Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence.
UnsupportedCharsetException Unchecked exception thrown when no support is available for a requested charset.
 

Error Summary
CoderMalfunctionError Error thrown when the java.nio.charset.CharsetDecoder.decodeLoop method of a java.nio.charset.CharsetDecoder, or the java.nio.charset.CharsetEncoder.encodeLoop method of a java.nio.charset.CharsetEncoder, throws an unexpected exception.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.