Uses of Class
com.ctc.wstx.io.BaseReader
-
Packages that use BaseReader 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. -
-
Uses of BaseReader in com.ctc.wstx.io
Subclasses of BaseReader in com.ctc.wstx.io Modifier and Type Class 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.
-