Class Summary |
EncodingReader |
Abstract class for a byte-to-character encoding reader and its
associated factory. |
EncodingWriter |
Abstract class for a character-to-byte encoding writer. |
ISO8859_1Reader |
Implements an encoding reader for ISO-8859-1 |
ISO8859_1Writer |
Implements the ISO-8859-1 EncodingWriter factory. |
JAVAReader |
Implements an encoding reader for the Java (ascii) encoding |
JAVAWriter |
Implements an encoding char-to-byte writer for Java source generation
using the '\\uxxxx' escapes for non-ascii characters. |
JDKReader |
Reader to handle any encoding by passing it to the JDK. |
JDKWriter |
Factory for JDK-based encoding writers. |
UTF16_REVReader |
Implements an encoding reader for UTF-16 using the reversed order. |
UTF16Reader |
Implements an encoding reader for UTF-16. |
UTF16Writer |
Implements an encoding char-to-byte writer for UTF16 and the associated
factory. |
UTF8Reader |
Implements an encoding reader for UTF8. |
UTF8Writer |
Implements an encoding char-to-byte writer for UTF8 and the associated
factory. |
WindowsHackReader |
Implements an encoding reader to convert the stupid
windows "smart" quotes into ISO-8859-1 (Latin-1) characters. |
WindowsHackWriter |
Implements an encoding char-to-byte writer for the windows hack
factory. |