Uses of Class
org.apache.commons.compress.archivers.zip.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
Modifier and TypeMethodDescriptionstatic ScatterZipOutputStream
Creates aScatterZipOutputStream
with default compression level that is backed by a filestatic ScatterZipOutputStream
Creates aScatterZipOutputStream
that is backed by a filestatic ScatterZipOutputStream
Creates aScatterZipOutputStream
with default compression level that is backed by a filestatic ScatterZipOutputStream
Creates aScatterZipOutputStream
that is backed by a fileModifier and TypeMethodDescriptionfinal Callable<ScatterZipOutputStream>
ParallelScatterZipCreator.createCallable
(ZipArchiveEntryRequestSupplier zipArchiveEntryRequestSupplier) Creates a callable that will compress archive entry supplied byZipArchiveEntryRequestSupplier
.final Callable<ScatterZipOutputStream>
ParallelScatterZipCreator.createCallable
(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier source) Creates a callable that will compress the given archive entry.Modifier and TypeMethodDescriptionfinal void
ParallelScatterZipCreator.submitStreamAwareCallable
(Callable<? extends ScatterZipOutputStream> callable) Submits a callable for compression.