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) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(byte[] var0,
int var1,
int var2) |
available, fill, read, skipmark, markSupported, read, resetprotected CRC32 crc
protected boolean eos
public static final int GZIP_MAGIC
public GZIPInputStream(InputStream var0) throws IOException
IOExceptionpublic GZIPInputStream(InputStream var0, int var1) throws IOException
IOExceptionpublic int read(byte[] var0,
int var1,
int var2)
throws IOException
read in class InflaterInputStreamIOExceptionpublic void close()
throws IOException
close in class InflaterInputStreamIOException