java.lang.Object
|
+----java.io.InputStream
|
+----java.io.FilterInputStream
|
+----java.util.zip.InflaterInputStream
|
+----java.util.zip.GZIPInputStream
该类为读 GZIP 格式的压缩数据实现了流过滤器。
protected CRC32 crc
protected boolean eos
public static final int GZIP_MAGIC
public GZIPInputStream(InputStream in,
int size) throws IOException
public GZIPInputStream(InputStream in) throws IOException
public int read(byte buf[],
int off,
int len) throws IOException
public void close() throws IOException