Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
Modifier and Type | Method and Description |
---|---|
static ScatterZipOutputStream |
ScatterZipOutputStream.fileBased(File file)
Create a
ScatterZipOutputStream with default compression level that is backed by a file |
static ScatterZipOutputStream |
ScatterZipOutputStream.fileBased(File file,
int compressionLevel)
Create a
ScatterZipOutputStream that is backed by a file |
Modifier and Type | Method and Description |
---|---|
Callable<ScatterZipOutputStream> |
ParallelScatterZipCreator.createCallable(ZipArchiveEntry zipArchiveEntry,
InputStreamSupplier source)
Create a callable that will compress the given archive entry.
|
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(Callable<? extends ScatterZipOutputStream> callable)
Submit a callable for compression.
|
Constructor and Description |
---|
ZipEntryWriter(ScatterZipOutputStream scatter) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.