Uses of Class
org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
Packages that use 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
Fields in org.apache.commons.compress.archivers.zip declared as ZipArchiveEntryRequestModifier and TypeFieldDescription(package private) final ZipArchiveEntryRequestScatterZipOutputStream.CompressedEntry.zipArchiveEntryRequestMethods in org.apache.commons.compress.archivers.zip that return ZipArchiveEntryRequestModifier and TypeMethodDescriptionstatic ZipArchiveEntryRequestZipArchiveEntryRequest.createZipArchiveEntryRequest(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier payloadSupplier) Creates a ZipArchiveEntryRequestZipArchiveEntryRequestSupplier.get()Supply aZipArchiveEntryRequestto be added to a parallel archive.Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveEntryRequestModifier and TypeMethodDescriptionvoidScatterZipOutputStream.addArchiveEntry(ZipArchiveEntryRequest zipArchiveEntryRequest) Adds an archive entry to this scatter stream.Constructors in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveEntryRequestModifierConstructorDescriptionCompressedEntry(ZipArchiveEntryRequest zipArchiveEntryRequest, long crc, long compressedSize, long size)