| Modifier and Type | Class and Description |
|---|---|
class |
AirwideIA5Charset
The AirwideIA5Charset class handles a charset unique to the "Airwide"
SMSC vendor.
|
class |
BaseCharset
Base Charset class implementing common functionality.
|
class |
GSMCharset
This class encodes and decodes Java Strings to and from the SMS default
alphabet.
|
class |
ISO885915Charset
This class encodes and decodes Java Strings to and from the Latin-9/ISO-8859-15
alphabet.
|
class |
ISO88591Charset
This class encodes and decodes Java Strings to and from the Latin-1/ISO-8859-1
alphabet.
|
class |
JavaCharset
Base class for all charset conversions that rely on the internal Java
String getBytes() methods.
|
class |
ModifiedUTF8Charset
Charset representing "Modified UTF-8".
|
class |
PackedGSMCharset
The PackedGSMCharset class handles the encoding and decoding of the
GSM default encoding charset, with packing as per GSM 03.38 spec.
|
class |
TMobileNlGSMCharset
The TmobileNlGSMCharset class handles a charset unique to the "T-Mobile Netherlands"
SMSC vendor.
|
class |
UCS2Charset
Charset for UCS2 (ISO-10646-UCS-2 in Java).
|
class |
UTF8Charset
Charset for UTF-8.
|
class |
VFD2GSMCharset
The VFD2GSMCharset class is mostly based on standard GSM charset, but
just a few chars (@, German chars) use different byte values.
|
class |
VFTRGSMCharset
The VFTRGSMCharset class is mostly based on Latin-1, but mixed almost
equally with the GSM default charset.
|
| Modifier and Type | Field and Description |
|---|---|
static Charset |
CharsetUtil.CHARSET_AIRWIDE_GSM
Alias for "AIRWIDE-IA5"
|
static Charset |
CharsetUtil.CHARSET_AIRWIDE_IA5 |
static Charset |
CharsetUtil.CHARSET_GSM |
static Charset |
CharsetUtil.CHARSET_GSM7
Alias for "PACKED-GSM"
|
static Charset |
CharsetUtil.CHARSET_GSM8
Alias for "GSM"
|
static Charset |
CharsetUtil.CHARSET_ISO_8859_1 |
static Charset |
CharsetUtil.CHARSET_ISO_8859_15 |
static Charset |
CharsetUtil.CHARSET_MODIFIED_UTF8
Modified version of UTF-8 designed mostly for serialization and speed.
|
static Charset |
CharsetUtil.CHARSET_PACKED_GSM |
static Charset |
CharsetUtil.CHARSET_TMOBILENL_GSM |
static Charset |
CharsetUtil.CHARSET_UCS_2 |
static Charset |
CharsetUtil.CHARSET_UTF_8 |
static Charset |
CharsetUtil.CHARSET_VFD2_GSM |
static Charset |
CharsetUtil.CHARSET_VFTR_GSM |
| Modifier and Type | Field and Description |
|---|---|
static HashMap<String,Charset> |
CharsetUtil.charsets |
| Modifier and Type | Method and Description |
|---|---|
static Charset |
CharsetUtil.map(String charsetName) |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,Charset> |
CharsetUtil.getCharsetMap() |
| Modifier and Type | Method and Description |
|---|---|
static String |
CharsetUtil.decode(byte[] bytes,
Charset charset) |
static void |
CharsetUtil.decode(byte[] bytes,
StringBuilder buffer,
Charset charset) |
static byte[] |
CharsetUtil.encode(CharSequence str0,
Charset charset) |
static String |
CharsetUtil.normalize(CharSequence str0,
Charset charset) |
Copyright © 2012-2014 Cloudhopper by Twitter. All Rights Reserved.