Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ScatterZipOutputStream> |
ParallelScatterZipCreator.streams |
private java.lang.ThreadLocal<ScatterZipOutputStream> |
ParallelScatterZipCreator.tlScatterStreams |
Modifier and Type | Method and Description |
---|---|
private ScatterZipOutputStream |
ParallelScatterZipCreator.createDeferred(ScatterGatherBackingStoreSupplier scatterGatherBackingStoreSupplier) |
static ScatterZipOutputStream |
ScatterZipOutputStream.fileBased(java.io.File file)
Create a
ScatterZipOutputStream with default compression level that is backed by a file |
static ScatterZipOutputStream |
ScatterZipOutputStream.fileBased(java.io.File file,
int compressionLevel)
Create a
ScatterZipOutputStream that is backed by a file |