java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
java.util.zip.GZIPInputStream
All Implemented Interfaces:
Closeable
David - Connelly| Field Summary | ||
|---|---|---|
| protected CRC32 | crc | CRC-32 for uncompressed data. |
| protected boolean | eos | Indicates end of input stream. |
| public static final int | GZIP_MAGIC | GZIP header magic number. |
| Fields inherited from java.util.zip.InflaterInputStream: |
|---|
| inf, buf, len, usesDefaultInflater |
| Fields inherited from java.io.FilterInputStream: |
|---|
| in |
| Constructor: |
|---|
|
|
| Method from java.util.zip.GZIPInputStream Summary: |
|---|
| close, read |
| Methods from java.util.zip.InflaterInputStream: |
|---|
| available, close, fill, mark, markSupported, read, read, reset, skip |
| Methods from java.io.FilterInputStream: |
|---|
| available, close, mark, markSupported, read, read, read, reset, skip |
| Methods from java.io.InputStream: |
|---|
| available, close, mark, markSupported, read, read, read, reset, skip |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.util.zip.GZIPInputStream Detail: |
|---|
|
len is not
zero, the method will block until some input can be decompressed; otherwise,
no bytes are read and 0 is returned. |