Uses of Interface
org.apache.commons.compress.parallel.InputStreamSupplier
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of InputStreamSupplier in org.apache.commons.compress.archivers.zip
Modifier and TypeMethodDescriptionvoid
ParallelScatterZipCreator.addArchiveEntry
(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier source) Adds an archive entry to this archive.final Callable<ScatterZipOutputStream>
ParallelScatterZipCreator.createCallable
(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier source) Creates a callable that will compress the given archive entry.static ZipArchiveEntryRequest
ZipArchiveEntryRequest.createZipArchiveEntryRequest
(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier payloadSupplier) Creates a ZipArchiveEntryRequest