| Interface | Description |
|---|---|
| Charset |
Interface for any charset.
|
| Class | Description |
|---|---|
| AirwideIA5Charset |
The AirwideIA5Charset class handles a charset unique to the "Airwide"
SMSC vendor.
|
| BaseCharset |
Base Charset class implementing common functionality.
|
| CharSequenceAccessor |
Utility class for accessing private fields in common CharSequence classes
such as String, StringBuilder, etc.
|
| CharSequenceAccessor.CharArrayWrapper | |
| CharsetUtil |
Utility class for encoding and decoding between Strings and byte arrays.
|
| GSMBitPacker |
Utility for packing and unpacking 8-bit to/from 7-bit byte arrays.
|
| GSMCharset |
This class encodes and decodes Java Strings to and from the SMS default
alphabet.
|
| ISO885915Charset |
This class encodes and decodes Java Strings to and from the Latin-9/ISO-8859-15
alphabet.
|
| ISO88591Charset |
This class encodes and decodes Java Strings to and from the Latin-1/ISO-8859-1
alphabet.
|
| JavaCharset |
Base class for all charset conversions that rely on the internal Java
String getBytes() methods.
|
| MobileTextUtil |
Utility class for working with text used on mobile phones (primarily SMS).
|
| ModifiedUTF8Charset |
Charset representing "Modified UTF-8".
|
| PackedGSMCharset |
The PackedGSMCharset class handles the encoding and decoding of the
GSM default encoding charset, with packing as per GSM 03.38 spec.
|
| TMobileNlGSMCharset |
The TmobileNlGSMCharset class handles a charset unique to the "T-Mobile Netherlands"
SMSC vendor.
|
| UCS2Charset |
Charset for UCS2 (ISO-10646-UCS-2 in Java).
|
| UTF8Charset |
Charset for UTF-8.
|
| Version | |
| VFD2GSMCharset |
The VFD2GSMCharset class is mostly based on standard GSM charset, but
just a few chars (@, German chars) use different byte values.
|
| VFTRGSMCharset |
The VFTRGSMCharset class is mostly based on Latin-1, but mixed almost
equally with the GSM default charset.
|
Copyright © 2012-2014 Cloudhopper by Twitter. All Rights Reserved.