| 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 |
ParallelScatterZipCreator.DefaultBackingStoreSupplier |
| Modifier and Type | Field and Description |
|---|---|
private ScatterGatherBackingStoreSupplier |
ParallelScatterZipCreator.backingStoreSupplier |
| Modifier and Type | Method and Description |
|---|---|
private ScatterZipOutputStream |
ParallelScatterZipCreator.createDeferred(ScatterGatherBackingStoreSupplier scatterGatherBackingStoreSupplier) |
| Constructor and Description |
|---|
ParallelScatterZipCreator(java.util.concurrent.ExecutorService executorService,
ScatterGatherBackingStoreSupplier backingStoreSupplier)
Create a ParallelScatterZipCreator
|