Class CompressedSource.CompressedReader<T>

Type Parameters:
T - The type of records read from the source.
All Implemented Interfaces:
AutoCloseable
Enclosing class:
CompressedSource<T>

public static class CompressedSource.CompressedReader<T> extends FileBasedSource.FileBasedReader<T>
Reader for a CompressedSource. Decompresses its input and uses a delegate reader to read elements from the decompressed input.