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