Android
package

java.nio.charset

Classes | Description

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

CharacterCodingException Type of exception thrown when an encoding or decoding error occurs. 
IllegalCharsetNameException Thrown when an illegal charset name is encountered. 
MalformedInputException Thrown when a malformed input is encountered, for example, a byte sequence is illegal for the given charset. 
UnmappableCharacterException Thrown when an unmappable character for the given charset is encountered. 
UnsupportedCharsetException Thrown when an unsupported charset name is encountered. 

Errors

CoderMalfunctionError Errors thrown when the encoder/decoder is malfunctioning. 
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56