|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZipEightByteInteger | |
---|---|
org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using the ZIP format. |
Uses of ZipEightByteInteger in org.apache.commons.compress.archivers.zip |
---|
Fields in org.apache.commons.compress.archivers.zip declared as ZipEightByteInteger | |
---|---|
static ZipEightByteInteger |
ZipEightByteInteger.ZERO
|
Methods in org.apache.commons.compress.archivers.zip that return ZipEightByteInteger | |
---|---|
ZipEightByteInteger |
Zip64ExtendedInformationExtraField.getCompressedSize()
The compressed size stored in this extra field. |
ZipEightByteInteger |
Zip64ExtendedInformationExtraField.getRelativeHeaderOffset()
The relative header offset stored in this extra field. |
ZipEightByteInteger |
Zip64ExtendedInformationExtraField.getSize()
The uncompressed size stored in this extra field. |
Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipEightByteInteger | |
---|---|
void |
Zip64ExtendedInformationExtraField.setCompressedSize(ZipEightByteInteger compressedSize)
The uncompressed size stored in this extra field. |
void |
Zip64ExtendedInformationExtraField.setRelativeHeaderOffset(ZipEightByteInteger rho)
The relative header offset stored in this extra field. |
void |
Zip64ExtendedInformationExtraField.setSize(ZipEightByteInteger size)
The uncompressed size stored in this extra field. |
Constructors in org.apache.commons.compress.archivers.zip with parameters of type ZipEightByteInteger | |
---|---|
Zip64ExtendedInformationExtraField(ZipEightByteInteger size,
ZipEightByteInteger compressedSize)
Creates an extra field based on the original and compressed size. |
|
Zip64ExtendedInformationExtraField(ZipEightByteInteger size,
ZipEightByteInteger compressedSize,
ZipEightByteInteger relativeHeaderOffset,
ZipLong diskStart)
Creates an extra field based on all four possible values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |