CompressionInputStream (Apache Hadoop Main 3.4.1 API) (original) (raw)


@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract class CompressionInputStream
extends InputStream
implements Seekable, org.apache.hadoop.fs.statistics.IOStatisticsSource
A compression input stream.
Implementations are assumed to be buffered. This permits clients to reposition the underlying input stream then call resetState(), without having to also synchronize client buffers.