Uses of Interface
org.apache.commons.compress.parallel.InputStreamSupplier
-
Packages that use InputStreamSupplier Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of InputStreamSupplier in org.apache.commons.compress.archivers.zip
Fields in org.apache.commons.compress.archivers.zip declared as InputStreamSupplier Modifier and Type Field Description private InputStreamSupplier
ZipArchiveEntryRequest. payloadSupplier
Methods in org.apache.commons.compress.archivers.zip with parameters of type InputStreamSupplier Modifier and Type Method Description void
ParallelScatterZipCreator. addArchiveEntry(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier source)
Adds an archive entry to this archive.java.util.concurrent.Callable<ScatterZipOutputStream>
ParallelScatterZipCreator. createCallable(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier source)
Create a callable that will compress the given archive entry.static ZipArchiveEntryRequest
ZipArchiveEntryRequest. createZipArchiveEntryRequest(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier payloadSupplier)
Create a ZipArchiveEntryRequestConstructors in org.apache.commons.compress.archivers.zip with parameters of type InputStreamSupplier Constructor Description ZipArchiveEntryRequest(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier payloadSupplier)
-