| Package | Description |
|---|---|
| org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
StreamCompressor.DataOutputCompressor |
private static class |
StreamCompressor.OutputStreamCompressor |
private static class |
StreamCompressor.ScatterGatherBackingStoreCompressor |
private static class |
StreamCompressor.SeekableByteChannelCompressor |
| Modifier and Type | Field and Description |
|---|---|
private StreamCompressor |
ScatterZipOutputStream.streamCompressor |
private StreamCompressor |
ZipArchiveOutputStream.streamCompressor |
| Modifier and Type | Method and Description |
|---|---|
(package private) static StreamCompressor |
StreamCompressor.create(java.io.DataOutput os,
java.util.zip.Deflater deflater)
Create a stream compressor with the given compression level.
|
static StreamCompressor |
StreamCompressor.create(int compressionLevel,
ScatterGatherBackingStore bs)
Create a stream compressor with the given compression level.
|
(package private) static StreamCompressor |
StreamCompressor.create(java.io.OutputStream os)
Create a stream compressor with the default compression level.
|
(package private) static StreamCompressor |
StreamCompressor.create(java.io.OutputStream os,
java.util.zip.Deflater deflater)
Create a stream compressor with the given compression level.
|
static StreamCompressor |
StreamCompressor.create(ScatterGatherBackingStore bs)
Create a stream compressor with the default compression level.
|
(package private) static StreamCompressor |
StreamCompressor.create(java.nio.channels.SeekableByteChannel os,
java.util.zip.Deflater deflater)
Create a stream compressor with the given compression level.
|
| Constructor and Description |
|---|
ScatterZipOutputStream(ScatterGatherBackingStore backingStore,
StreamCompressor streamCompressor) |