Uses of Class
org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
-
Packages that use ZipArchiveEntryRequest Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ZipArchiveEntryRequest in org.apache.commons.compress.archivers.zip
Methods in org.apache.commons.compress.archivers.zip that return ZipArchiveEntryRequest Modifier and Type Method Description static ZipArchiveEntryRequest
ZipArchiveEntryRequest. createZipArchiveEntryRequest(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier payloadSupplier)
Creates a ZipArchiveEntryRequestZipArchiveEntryRequest
ZipArchiveEntryRequestSupplier. get()
Supply aZipArchiveEntryRequest
to be added to a parallel archive.Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveEntryRequest Modifier and Type Method Description void
ScatterZipOutputStream. addArchiveEntry(ZipArchiveEntryRequest zipArchiveEntryRequest)
Adds an archive entry to this scatter stream.
-