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 classAsciiReaderOptimized Reader that reads ascii content from an input stream.classISOLatinReaderOptimized Reader that reads ISO-Latin (aka ISO-8859-1) content from an input stream.classUTF32ReaderSince JDK does not come with UTF-32/UCS-4, let's implement a simple decoder to use.classUTF8ReaderOptimized Reader that reads UTF-8 encoded content from an input stream.
-