Uses of Class
kala.compress.archivers.zip.ZipArchiveEntryRequest
-
Packages that use ZipArchiveEntryRequest Package Description kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ZipArchiveEntryRequest in kala.compress.archivers.zip
Fields in kala.compress.archivers.zip declared as ZipArchiveEntryRequest Modifier and Type Field Description (package private) ZipArchiveEntryRequestScatterZipOutputStream.CompressedEntry. zipArchiveEntryRequestMethods in kala.compress.archivers.zip that return ZipArchiveEntryRequest Modifier and Type Method Description static ZipArchiveEntryRequestZipArchiveEntryRequest. createZipArchiveEntryRequest(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier payloadSupplier)Creates a ZipArchiveEntryRequestZipArchiveEntryRequestZipArchiveEntryRequestSupplier. get()Supply aZipArchiveEntryRequestto be added to a parallel archive.Methods in kala.compress.archivers.zip with parameters of type ZipArchiveEntryRequest Modifier and Type Method Description voidScatterZipOutputStream. addArchiveEntry(ZipArchiveEntryRequest zipArchiveEntryRequest)Adds an archive entry to this scatter stream.Constructors in kala.compress.archivers.zip with parameters of type ZipArchiveEntryRequest Constructor Description CompressedEntry(ZipArchiveEntryRequest zipArchiveEntryRequest, long crc, long compressedSize, long size)
-