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) ZipArchiveEntryRequest
ScatterZipOutputStream.CompressedEntry. zipArchiveEntryRequest
Methods in org.apache.commons.compress.archivers.zip that return ZipArchiveEntryRequest Modifier and Type Method Description static ZipArchiveEntryRequest
ZipArchiveEntryRequest. createZipArchiveEntryRequest(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier payloadSupplier)
Create 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)
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)
-