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