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)
Creates a
ScatterZipOutputStream with default compression level that is backed by a file |
static ScatterZipOutputStream |
ScatterZipOutputStream.fileBased(File file,
int compressionLevel)
Creates a
ScatterZipOutputStream that is backed by a file |
static ScatterZipOutputStream |
ScatterZipOutputStream.pathBased(Path path)
Creates a
ScatterZipOutputStream with default compression level that is backed by a file |
static ScatterZipOutputStream |
ScatterZipOutputStream.pathBased(Path path,
int compressionLevel)
Creates a
ScatterZipOutputStream that is backed by a file |
Modifier and Type | Method and Description |
---|---|
Callable<ScatterZipOutputStream> |
ParallelScatterZipCreator.createCallable(ZipArchiveEntry zipArchiveEntry,
InputStreamSupplier source)
Creates a callable that will compress the given archive entry.
|
Callable<ScatterZipOutputStream> |
ParallelScatterZipCreator.createCallable(ZipArchiveEntryRequestSupplier zipArchiveEntryRequestSupplier)
Creates a callable that will compress archive entry supplied by
ZipArchiveEntryRequestSupplier . |
Modifier and Type | Method and Description |
---|---|
void |
ParallelScatterZipCreator.submitStreamAwareCallable(Callable<? extends ScatterZipOutputStream> callable)
Submits a callable for compression.
|
Constructor and Description |
---|
ZipEntryWriter(ScatterZipOutputStream scatter) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.