|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Reader
com.sun.xml.dtdparser.XmlReader.BaseReader
abstract static class XmlReader.BaseReader
Field Summary | |
---|---|
protected byte[] |
buffer
|
protected int |
finish
|
protected java.io.InputStream |
instream
|
protected int |
start
|
Fields inherited from class java.io.Reader |
---|
lock |
Constructor Summary | |
---|---|
XmlReader.BaseReader(java.io.InputStream stream)
|
Method Summary | |
---|---|
void |
close()
|
boolean |
ready()
|
Methods inherited from class java.io.Reader |
---|
mark, markSupported, read, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.InputStream instream
protected byte[] buffer
protected int start
protected int finish
Constructor Detail |
---|
XmlReader.BaseReader(java.io.InputStream stream)
Method Detail |
---|
public boolean ready() throws java.io.IOException
ready
in class java.io.Reader
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.Reader
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |