public abstract class StreamReader<T> extends Object implements ReportReader<T>
| Constructor and Description |
|---|
StreamReader() |
| Modifier and Type | Method and Description |
|---|---|
T |
read(File filename) |
protected abstract T |
readReader(Reader reader) |
protected T |
readStream(InputStream stream) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadprotected abstract T readReader(Reader reader) throws IOException
IOExceptionprotected T readStream(InputStream stream) throws IOException
IOExceptionpublic T read(File filename) throws IOException
read in interface ReportReader<T>IOExceptionThis documentation was released into the public domain.