Package com.sun.xml.dtdparser
Class XmlReader.BaseReader
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 int
protected InputStream
protected 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:
ready
in classReader
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classReader
- Throws:
IOException
-