public abstract class CompressedReader<T extends ReportData> extends StreamReader<T>
Constructor and Description |
---|
CompressedReader() |
Modifier and Type | Method and Description |
---|---|
T |
read(File filename) |
readReader, readStream
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
public T read(File filename) throws IOException
read
in interface ReportReader<T extends ReportData>
read
in class StreamReader<T extends ReportData>
IOException
This documentation was released into the public domain.