Class ScatterZipOutputStream.CompressedEntry
java.lang.Object
org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.CompressedEntry
- Enclosing class:
- ScatterZipOutputStream
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long
(package private) final long
(package private) final long
(package private) final ZipArchiveEntryRequest
-
Constructor Summary
ConstructorsConstructorDescriptionCompressedEntry
(ZipArchiveEntryRequest zipArchiveEntryRequest, long crc, long compressedSize, long size) -
Method Summary
Modifier and TypeMethodDescriptionUpdate the originalZipArchiveEntry
with sizes/crc Do not use this methods from threads that did not create the instance itself !
-
Field Details
-
zipArchiveEntryRequest
-
crc
final long crc -
compressedSize
final long compressedSize -
size
final long size
-
-
Constructor Details
-
CompressedEntry
public CompressedEntry(ZipArchiveEntryRequest zipArchiveEntryRequest, long crc, long compressedSize, long size)
-
-
Method Details
-
transferToArchiveEntry
Update the originalZipArchiveEntry
with sizes/crc Do not use this methods from threads that did not create the instance itself !- Returns:
- the zipArchiveEntry that is basis for this request
-