- calculateByteLength(CharSequence) - Static method in class com.cloudhopper.commons.charset.ModifiedUTF8Charset
-
Highly efficient method for calculating the byte length of
a String if it was encoded as modified UTF-8 bytes.
- calculateByteLength(CharSequence, char[], int, int) - Static method in class com.cloudhopper.commons.charset.ModifiedUTF8Charset
-
Highly efficient method for calculating the byte length of
a String if it was encoded as modified UTF-8 bytes.
- calculateByteLength(String) - Static method in class com.cloudhopper.commons.charset.UTF8Charset
-
Deprecated.
- canRepresent(CharSequence) - Static method in class com.cloudhopper.commons.charset.GSMCharset
-
Verifies that this charset can represent every character in the Java
String (char sequence).
- canRepresent(CharSequence) - Static method in class com.cloudhopper.commons.charset.TMobileNlGSMCharset
-
Verifies that this charset can represent every character in the Java
String (char sequence).
- CHAR_TABLE - Static variable in class com.cloudhopper.commons.charset.GSMCharset
-
- CHAR_TABLE - Static variable in class com.cloudhopper.commons.charset.MobileTextUtil
-
- CharSequenceAccessor - Class in com.cloudhopper.commons.charset
-
Utility class for accessing private fields in common CharSequence classes
such as String, StringBuilder, etc.
- CharSequenceAccessor() - Constructor for class com.cloudhopper.commons.charset.CharSequenceAccessor
-
- CharSequenceAccessor.CharArrayWrapper - Class in com.cloudhopper.commons.charset
-
- CharSequenceAccessor.CharArrayWrapper() - Constructor for class com.cloudhopper.commons.charset.CharSequenceAccessor.CharArrayWrapper
-
- Charset - Interface in com.cloudhopper.commons.charset
-
Interface for any charset.
- CHARSET_AIRWIDE_GSM - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
Alias for "AIRWIDE-IA5"
- CHARSET_AIRWIDE_IA5 - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
- CHARSET_GSM - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
- CHARSET_GSM7 - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
Alias for "PACKED-GSM"
- CHARSET_GSM8 - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
Alias for "GSM"
- CHARSET_ISO_8859_1 - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
- CHARSET_ISO_8859_15 - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
- CHARSET_MODIFIED_UTF8 - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
Modified version of UTF-8 designed mostly for serialization and speed.
- CHARSET_PACKED_GSM - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
- CHARSET_TMOBILENL_GSM - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
- CHARSET_UCS_2 - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
- CHARSET_UTF_8 - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
- CHARSET_VFD2_GSM - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
- CHARSET_VFTR_GSM - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
- charsets - Static variable in class com.cloudhopper.commons.charset.CharsetUtil
-
- CharsetUtil - Class in com.cloudhopper.commons.charset
-
Utility class for encoding and decoding between Strings and byte arrays.
- CharsetUtil() - Constructor for class com.cloudhopper.commons.charset.CharsetUtil
-
- com.cloudhopper.commons.charset - package com.cloudhopper.commons.charset
-
- createOptimizedString(char[], int, int) - Static method in class com.cloudhopper.commons.charset.CharSequenceAccessor
-