Uses of Class
com.ctc.wstx.io.BaseReader
Packages that use BaseReader
Package
Description
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.ioModifier and TypeClassDescriptionfinal class
Optimized Reader that reads ascii content from an input stream.final class
Optimized Reader that reads ISO-Latin (aka ISO-8859-1) content from an input stream.final class
Since JDK does not come with UTF-32/UCS-4, let's implement a simple decoder to use.final class
Optimized Reader that reads UTF-8 encoded content from an input stream.