public class GZIPInputStream extends InflaterInputStream
Modifier and Type | Field and Description |
---|---|
protected CRC32 |
crc |
protected boolean |
eos |
static int |
GZIP_MAGIC |
buf, inf, len
in
Constructor and Description |
---|
GZIPInputStream(InputStream var0) |
GZIPInputStream(InputStream var0,
int var1) |
fill
read
available, close, mark, markSupported, read, read, reset, skip
public static final int GZIP_MAGIC
protected CRC32 crc
protected boolean eos
public GZIPInputStream(InputStream var0) throws IOException
IOException
public GZIPInputStream(InputStream var0, int var1) throws IOException
IOException