Package | Description |
---|---|
com.ctc.wstx.io |
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AsciiReader
Optimized Reader that reads ascii content from an input stream.
|
class |
ISOLatinReader
Optimized Reader that reads ISO-Latin (aka ISO-8859-1) content from an
input stream.
|
class |
UTF32Reader
Since JDK does not come with UTF-32/UCS-4, let's implement a simple
decoder to use.
|
class |
UTF8Reader
Optimized Reader that reads UTF-8 encoded content from an input stream.
|