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