abstract static class XmlReader.BaseReader
extends java.io.Reader
Modifier and Type | Field and Description |
---|---|
protected byte[] |
buffer |
protected int |
finish |
protected java.io.InputStream |
instream |
protected int |
start |
Constructor and Description |
---|
BaseReader(java.io.InputStream stream) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
ready() |
protected java.io.InputStream instream
protected byte[] buffer
protected int start
protected int finish
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 interface java.lang.AutoCloseable
close
in class java.io.Reader
java.io.IOException