| Package | Description |
|---|---|
| java.util.zip |
Provides classes for reading and writing the standard ZIP and GZIP file formats.
|
| Modifier and Type | Field and Description |
|---|---|
protected Inflater |
InflaterInputStream.inf
Decompressor for this stream.
|
protected Inflater |
InflaterOutputStream.inf
Decompressor for this stream.
|
| Constructor and Description | |
|---|---|
InflaterInputStream(InputStream
Creates a new input stream with the specified decompressor and a default buffer size.
|
|
InflaterInputStream(InputStream
Creates a new input stream with the specified decompressor and buffer size.
|
|
InflaterOutputStream(OutputStream
Creates a new output stream with the specified decompressor and a default buffer size.
|
|
InflaterOutputStream(OutputStream
Creates a new output stream with the specified decompressor and buffer size.
|