✓
public class GZIPInputStream
extends java.util.zip.InflaterInputStream
Fields
- ✓public static final int GZIP_MAGIC = 35615
- ✓protected java.util.zip.CRC32 crc
- ✓protected boolean eos
Constructors
- ✓public GZIPInputStream(java.io.InputStream arg0) throws java.io.IOException
- ✓public GZIPInputStream(java.io.InputStream arg0, int arg1) throws java.io.IOException
Methods
- ✓public void close() throws java.io.IOException
- ✓public int read(byte[] arg0, int arg1, int arg2) throws java.io.IOException