Fields
| Name | Description | 
|---|---|
| crc | CRC-32 for uncompressed data. | 
| eos | Indicates end of input stream. | 
| GZIP_MAGIC | GZIP header magic number. | 
Constructors
| Name | Description | 
|---|---|
| GZIPInputStream(InputStream) | Creates a new input stream with a default buffer size. | 
| GZIPInputStream(InputStream, int) | Creates a new input stream with the specified buffer size. | 
Methods
| Name | Description | 
|---|---|
| close() | Closes the input stream. | 
| read(byte[], int, int) | Reads uncompressed data into an array of bytes. |