Class | Description |
---|---|
ASCIIReader |
A simple ASCII byte reader.
|
UCSReader |
Reader for UCS-2 and UCS-4 encodings.
|
UTF8Reader |
A UTF-8 reader.
|
Exception | Description |
---|---|
MalformedByteSequenceException |
Signals that a malformed byte sequence was detected
by a
java.io.Reader that decodes bytes
of a given encoding into characters. |
Copyright ? 1999-2005 Apache XML Project. All Rights Reserved.