Uses of Class
org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Packages that use ScatterZipOutputStream
Package
Description
Provides stream classes for reading and writing archives using
the ZIP format.
-
Uses of ScatterZipOutputStream in org.apache.commons.compress.archivers.zip
Fields in org.apache.commons.compress.archivers.zip with type parameters of type ScatterZipOutputStreamModifier and TypeFieldDescriptionprivate final Deque<Future<? extends ScatterZipOutputStream>>
ParallelScatterZipCreator.futures
private final Deque<ScatterZipOutputStream>
ParallelScatterZipCreator.streams
private final ThreadLocal<ScatterZipOutputStream>
ParallelScatterZipCreator.tlScatterStreams
Methods in org.apache.commons.compress.archivers.zip that return ScatterZipOutputStreamModifier and TypeMethodDescriptionprivate ScatterZipOutputStream
ParallelScatterZipCreator.createDeferred
(ScatterGatherBackingStoreSupplier scatterGatherBackingStoreSupplier) static ScatterZipOutputStream
Create aScatterZipOutputStream
with default compression level that is backed by a filestatic ScatterZipOutputStream
Create aScatterZipOutputStream
that is backed by a fileMethods in org.apache.commons.compress.archivers.zip that return types with arguments of type ScatterZipOutputStreamModifier and TypeMethodDescriptionfinal Callable<ScatterZipOutputStream>
ParallelScatterZipCreator.createCallable
(ZipArchiveEntryRequestSupplier zipArchiveEntryRequestSupplier) Create a callable that will compress archive entry supplied byZipArchiveEntryRequestSupplier
.final Callable<ScatterZipOutputStream>
ParallelScatterZipCreator.createCallable
(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier source) Create a callable that will compress the given archive entry.Method parameters in org.apache.commons.compress.archivers.zip with type arguments of type ScatterZipOutputStreamModifier and TypeMethodDescriptionfinal void
ParallelScatterZipCreator.submitStreamAwareCallable
(Callable<? extends ScatterZipOutputStream> callable) Submit a callable for compression.Constructors in org.apache.commons.compress.archivers.zip with parameters of type ScatterZipOutputStream