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, wait
read
protected abstract T readReader(Reader reader) throws IOException
IOException
protected T readStream(InputStream stream) throws IOException
IOException
public T read(File filename) throws IOException
read
in interface ReportReader<T>
IOException
This documentation was released into the public domain.