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
Fields in org.apache.commons.compress.archivers.zip declared as ZipArchiveEntryRequest Modifier and Type Field Description (package private) ZipArchiveEntryRequestScatterZipOutputStream.CompressedEntry. zipArchiveEntryRequestMethods in org.apache.commons.compress.archivers.zip that return ZipArchiveEntryRequest Modifier and Type Method Description static ZipArchiveEntryRequestZipArchiveEntryRequest. createZipArchiveEntryRequest(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier payloadSupplier)Create a ZipArchiveEntryRequestZipArchiveEntryRequestZipArchiveEntryRequestSupplier. get()Supply aZipArchiveEntryRequestto be added to a parallel archive.Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveEntryRequest Modifier and Type Method Description voidScatterZipOutputStream. addArchiveEntry(ZipArchiveEntryRequest zipArchiveEntryRequest)Add an archive entry to this scatter stream.Constructors in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveEntryRequest Constructor Description CompressedEntry(ZipArchiveEntryRequest zipArchiveEntryRequest, long crc, long compressedSize, long size)
-