| Class and Description |
|---|
| ByteLookupCharset
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.
|
| EscapedByteLookupCharset
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.
|
| EscapedByteLookupCharset.Decoder
The Decoder inner class handles the decoding of the
charset using the inverse lookup tables.
|
| EscapedByteLookupCharset.Encoder
The Encoder inner class handles the encoding of the
charset using the lookup tables.
|
| GSMCharset
The GSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
|
| PackedGSMCharset
The PackedGSMCharset class handles the encoding and decoding of the
GSM default encoding charset, with packing as per GSM 03.38 spec.
|
| UTF7Charset
The UTF7Charset class handles the encoding and decoding of the
UTF-7 charset.
|
Copyright © 2015 freeutils.net. All rights reserved.