Uses of Interface
kala.compress.archivers.zip.ZipArchiveEntryRequestSupplier
Packages that use ZipArchiveEntryRequestSupplier
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ZipArchiveEntryRequestSupplier in kala.compress.archivers.zip
Methods in kala.compress.archivers.zip with parameters of type ZipArchiveEntryRequestSupplierModifier and TypeMethodDescriptionvoidParallelScatterZipCreator.addArchiveEntry(ZipArchiveEntryRequestSupplier zipArchiveEntryRequestSupplier) Adds an archive entry to this archive.final Callable<ScatterZipOutputStream> ParallelScatterZipCreator.createCallable(ZipArchiveEntryRequestSupplier zipArchiveEntryRequestSupplier) Creates a callable that will compress archive entry supplied byZipArchiveEntryRequestSupplier.