Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package java.nio.charset


Classes

class  CharacterCodingException
 Type of exception thrown when an encoding or decoding error occurs. More...
class  CharsetDecoder
 An converter that can convert bytes sequence in some charset to 16-bit Unicode character sequence. More...
class  CharsetEncoder
 An converter that can convert 16-bit Unicode character sequence to byte sequence in some charset . More...
class  CoderMalfunctionError
 Errors thrown when the encoder/decoder is malfunctioning. More...
class  CoderResult
 Used to indicate the result of encoding/decoding. More...
class  CodingErrorAction
 Used to indicate what kind of actions to take in case of encoding/decoding errors. More...
class  IllegalCharsetNameException
 Thrown when an illegal charset name is encountered. More...
class  MalformedInputException
 Thrown when a malformed input is encountered, for example, a byte sequence is illegal for the given charset. More...
class  UnmappableCharacterException
 Thrown when an unmappable character for the given charset is encountered. More...
class  UnsupportedCharsetException
 Thrown when an unsupported charset name is encountered. More...
class  Charset
 A charset defines a mapping between a Unicode character sequence and a byte sequence. More...

Packages

package  spi