public class GZIPInputStream extends InflaterInputStream
Modifier and Type | Field | Description |
---|---|---|
protected CRC32 |
crc |
|
protected boolean |
eos |
|
static int |
GZIP_MAGIC |
in
buf, inf, len
Constructor | Description |
---|---|
GZIPInputStream(InputStream var0) |
|
GZIPInputStream(InputStream var0,
int var1) |
read
fill
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