private static class ScatterZipOutputStream.CompressedEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) long |
compressedSize |
(package private) long |
crc |
(package private) long |
size |
(package private) ZipArchiveEntryRequest |
zipArchiveEntryRequest |
Constructor and Description |
---|
CompressedEntry(ZipArchiveEntryRequest zipArchiveEntryRequest,
long crc,
long compressedSize,
long size) |
Modifier and Type | Method and Description |
---|---|
ZipArchiveEntry |
transferToArchiveEntry()
Update the original
ZipArchiveEntry with sizes/crc
Do not use this methods from threads that did not create the instance itself ! |
final ZipArchiveEntryRequest zipArchiveEntryRequest
final long crc
final long compressedSize
final long size
public CompressedEntry(ZipArchiveEntryRequest zipArchiveEntryRequest, long crc, long compressedSize, long size)
public ZipArchiveEntry transferToArchiveEntry()
ZipArchiveEntry
with sizes/crc
Do not use this methods from threads that did not create the instance itself !