Class | Description |
---|---|
ByteToCharConverter |
This class defines an interface to allow conversion of bytes
to characters for a particular encoding scheme.
|
ByteToCharISO8859_1 | |
ByteToCharUTF8 | |
CharToByteConverter |
This class defines an interface to allow conversion of characters
to bytes for a particular encoding scheme.
|
CharToByteISO8859_1 | |
CharToByteUTF8 |
12-8-00 KLA - added useModifiedUTF8 to do the wierd Java-UTF8, where the value 0
is encoded as 2 bytes, rather than 1.
|