Uses of Interface
org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequestSupplier
-
Packages that use ZipArchiveEntryRequestSupplier Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ZipArchiveEntryRequestSupplier in org.apache.commons.compress.archivers.zip
Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveEntryRequestSupplier Modifier and Type Method Description void
ParallelScatterZipCreator. addArchiveEntry(ZipArchiveEntryRequestSupplier zipArchiveEntryRequestSupplier)
Adds an archive entry to this archive.java.util.concurrent.Callable<ScatterZipOutputStream>
ParallelScatterZipCreator. createCallable(ZipArchiveEntryRequestSupplier zipArchiveEntryRequestSupplier)
Create a callable that will compress archive entry supplied byZipArchiveEntryRequestSupplier
.
-