java.lang.Object
java.io.Reader
com.sun.xml.dtdparser.XmlReader.BaseReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
- Direct Known Subclasses:
XmlReader.AsciiReader,XmlReader.Iso8859_1Reader,XmlReader.Utf8Reader
- Enclosing class:
XmlReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected intprotected InputStreamprotected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, read, read, reset, skip, transferTo
-
Field Details
-
instream
-
buffer
protected byte[] buffer -
start
protected int start -
finish
protected int finish
-
-
Constructor Details
-
BaseReader
BaseReader(InputStream stream)
-
-
Method Details
-
ready
- Overrides:
readyin classReader- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classReader- Throws:
IOException
-