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.Readerjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOException