Class GZIPInputStream2

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.eclipse.mat.hprof.GZIPInputStream2
All Implemented Interfaces:
Closeable, AutoCloseable

public class GZIPInputStream2 extends FilterInputStream
A stream for reading Gzip compressed files. Uses a modified InflaterInputStream to allow the state of the stream to be duplicated, aiding code for random access to Gzip files.