| 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 Deflater |
DeflaterOutputStream.def
Compressor for this stream.
|
protected Deflater |
DeflaterInputStream.def
Compressor for this stream.
|
| Constructor and Description | |
|---|---|
DeflaterInputStream(InputStream
Creates a new input stream with the specified compressor and a default buffer size.
|
|
DeflaterInputStream(InputStream
Creates a new input stream with the specified compressor and buffer size.
|
|
DeflaterOutputStream(OutputStream
Creates a new output stream with the specified compressor and a default buffer size.
|
|
DeflaterOutputStream(OutputStream
Creates a new output stream with the specified compressor, flush mode and a default buffer size.
|
|
DeflaterOutputStream(OutputStream
Creates a new output stream with the specified compressor and buffer size.
|
|
DeflaterOutputStream(OutputStream
Creates a new output stream with the specified compressor, buffer size and flush mode.
|