- canEncode() - Method in class net.freeutils.charset.UTF7Charset
-
Tells whether or not this charset supports encoding.
- CCGSMCharset - Class in net.freeutils.charset
-
The CCGSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
- CCGSMCharset() - Constructor for class net.freeutils.charset.CCGSMCharset
-
Constructs an instance of the CCGSMCharset.
- CCPackedGSMCharset - Class in net.freeutils.charset
-
The CCPackedGSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
- CCPackedGSMCharset() - Constructor for class net.freeutils.charset.CCPackedGSMCharset
-
Constructs an instance of the CCPackedGSMCharset.
- charsetForName(String) - Method in class net.freeutils.charset.CharsetProvider
-
Retrieves a charset for the given charset name.
- CharsetProvider - Class in net.freeutils.charset
-
The CharsetProvider class is a Charset Provider implementation.
- CharsetProvider() - Constructor for class net.freeutils.charset.CharsetProvider
-
- charsets() - Method in class net.freeutils.charset.CharsetProvider
-
Creates an iterator that iterates over the charsets supported by this
provider.
- contains(Charset) - Method in class net.freeutils.charset.ByteLookupCharset
-
Tells whether or not this charset contains the given charset.
- contains(Charset) - Method in class net.freeutils.charset.EscapedByteLookupCharset
-
Tells whether or not this charset contains the given charset.
- contains(Charset) - Method in class net.freeutils.charset.UTF7Charset
-
Tells whether or not this charset contains the given charset.
- createInverseLookupTable(int[]) - Static method in class net.freeutils.charset.ByteLookupCharset
-
Creates an inverse lookup table for the given byte-to-char lookup table.
- createInverseLookupTableDefinition(int[]) - Static method in class net.freeutils.charset.ByteLookupCharset
-
Returns a string containing Java definitions of the inverse lookup
table returned by getInverseLookupTable for the given byte-to-char
lookup table.