Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
org.apache.commons.compress.parallel |
Provides common API classes for parallel compression features.
|
Modifier and Type | Field and Description |
---|---|
private ScatterGatherBackingStore |
ScatterZipOutputStream.backingStore |
private ScatterGatherBackingStore |
StreamCompressor.ScatterGatherBackingStoreCompressor.bs |
Modifier and Type | Method and Description |
---|---|
ScatterGatherBackingStore |
ParallelScatterZipCreator.DefaultBackingStoreSupplier.get() |
Modifier and Type | Method and Description |
---|---|
static StreamCompressor |
StreamCompressor.create(int compressionLevel,
ScatterGatherBackingStore bs)
Create a stream compressor with the given compression level.
|
static StreamCompressor |
StreamCompressor.create(ScatterGatherBackingStore bs)
Create a stream compressor with the default compression level.
|
Constructor and Description |
---|
ScatterGatherBackingStoreCompressor(java.util.zip.Deflater deflater,
ScatterGatherBackingStore bs) |
ScatterZipOutputStream(ScatterGatherBackingStore backingStore,
StreamCompressor streamCompressor) |
Modifier and Type | Class and Description |
---|---|
class |
FileBasedScatterGatherBackingStore
ScatterGatherBackingStore that is backed by a file.
|
Modifier and Type | Method and Description |
---|---|
ScatterGatherBackingStore |
ScatterGatherBackingStoreSupplier.get()
Create a ScatterGatherBackingStore.
|