Package com.sun.xml.dtdparser
Class XmlReader.AsciiReader
java.lang.Object
java.io.Reader
com.sun.xml.dtdparser.XmlReader.BaseReader
com.sun.xml.dtdparser.XmlReader.AsciiReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
- Enclosing class:
XmlReader
-
Field Summary
Fields inherited from class com.sun.xml.dtdparser.XmlReader.BaseReader
buffer, finish, instream, start
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.xml.dtdparser.XmlReader.BaseReader
close, ready
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, read, reset, skip, transferTo
-
Constructor Details
-
AsciiReader
AsciiReader(InputStream in)
-
-
Method Details
-
read
- Specified by:
read
in classReader
- Throws:
IOException
-