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) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read(byte[] var0,
int var1,
int var2) |
available, fill, read, skip
mark, markSupported, read, reset
protected CRC32 crc
protected boolean eos
public static final int GZIP_MAGIC
public GZIPInputStream(InputStream var0) throws IOException
IOException
public GZIPInputStream(InputStream var0, int var1) throws IOException
IOException
public int read(byte[] var0, int var1, int var2) throws IOException
read
in class InflaterInputStream
IOException
public void close() throws IOException
close
in class InflaterInputStream
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.