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, readStreamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic T read(File filename) throws IOException
read in interface ReportReader<T extends ReportData>read in class StreamReader<T extends ReportData>IOExceptionThis documentation was released into the public domain.