Uses of Class
org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ZipArchiveEntryRequest in org.apache.commons.compress.archivers.zip
Modifier and TypeMethodDescriptionstatic ZipArchiveEntryRequest
ZipArchiveEntryRequest.createZipArchiveEntryRequest
(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier payloadSupplier) Creates a ZipArchiveEntryRequestZipArchiveEntryRequestSupplier.get()
Supply aZipArchiveEntryRequest
to be added to a parallel archive.Modifier and TypeMethodDescriptionvoid
ScatterZipOutputStream.addArchiveEntry
(ZipArchiveEntryRequest zipArchiveEntryRequest) Adds an archive entry to this scatter stream.