All Classes and Interfaces
Classes
Class
Description
The ByteLookupCharset class handles the encoding and decoding of
single-byte charsets where the byte-to-char conversion is performed
using a simple lookup table.
The CCGSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
The CCPackedGSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
The CharsetProvider class is a Charset Provider implementation.
The EscapedByteLookupCharset class handles the encoding and
decoding of simple charsets where the byte-to-char conversion
is performed using a simple lookup table, with the addition of a special
escape byte, such that the single byte following it is converted using
an alternate lookup table.
The GSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
The HPRoman8Charset class handles the encoding and decoding of the
HP Roman-8 charset, as provided in RFC 1345.
The ISO88596Charset class handles the encoding and decoding of the
ISO 8859-6 charset.
The ISO88598Charset class handles the encoding and decoding of the
ISO 8859-8 charset.
The KOI8UCharset class handles the encoding and decoding of the
KOI8-U charset, as provided in RFC 2319.
The MIKCharset class handles the encoding and decoding of the
MIK cyrillic code page, commonly used by DOS applications in Bulgaria.
The PackedGSMCharset class handles the encoding and decoding of the
GSM default encoding charset, with packing as per GSM 03.38 spec.
The SCGSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
The SCPackedGSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
The UTF7Charset class handles the encoding and decoding of the
UTF-7 charset.
The UTF7OptionalCharset class handles the encoding and decoding of the
UTF-7 charset.