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.Deque<java.util.concurrent.Future<? extends ScatterZipOutputStream>> |
ParallelScatterZipCreator.futures |
private java.util.Deque<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 |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Callable<ScatterZipOutputStream> |
ParallelScatterZipCreator.createCallable(ZipArchiveEntry zipArchiveEntry,
InputStreamSupplier source)
Create a callable that will compress the given archive entry.
|
java.util.concurrent.Callable<ScatterZipOutputStream> |
ParallelScatterZipCreator.createCallable(ZipArchiveEntryRequestSupplier zipArchiveEntryRequestSupplier)
Create a callable that will compress archive entry supplied by
ZipArchiveEntryRequestSupplier . |
Modifier and Type | Method and Description |
---|---|
void |
ParallelScatterZipCreator.submitStreamAwareCallable(java.util.concurrent.Callable<? extends ScatterZipOutputStream> callable)
Submit a callable for compression.
|
Constructor and Description |
---|
ZipEntryWriter(ScatterZipOutputStream scatter) |