Uses of Class
org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ZipEightByteInteger in org.apache.commons.compress.archivers.zip
Modifier and TypeMethodDescriptionX000A_NTFS.getAccessTime()
Gets the "File last access time" of this ZIP entry as a ZipEightByteInteger object, orZERO
if no such timestamp exists in the ZIP entry.Zip64ExtendedInformationExtraField.getCompressedSize()
The compressed size stored in this extra field.X000A_NTFS.getCreateTime()
Gets the "File creation time" of this ZIP entry as a ZipEightByteInteger object, orZERO
if no such timestamp exists in the ZIP entry.X000A_NTFS.getModifyTime()
Gets the "File last modification time" of this ZIP entry as a ZipEightByteInteger object, orZERO
if no such timestamp exists in the ZIP entry.Zip64ExtendedInformationExtraField.getRelativeHeaderOffset()
The relative header offset stored in this extra field.Zip64ExtendedInformationExtraField.getSize()
The uncompressed size stored in this extra field.Modifier and TypeMethodDescriptionvoid
X000A_NTFS.setAccessTime
(ZipEightByteInteger t) Sets the File last access time of this ZIP entry using a ZipEightByteInteger object.void
Zip64ExtendedInformationExtraField.setCompressedSize
(ZipEightByteInteger compressedSize) The uncompressed size stored in this extra field.void
X000A_NTFS.setCreateTime
(ZipEightByteInteger t) Sets the File creation time of this ZIP entry using a ZipEightByteInteger object.void
X000A_NTFS.setModifyTime
(ZipEightByteInteger t) Sets the File last modification time of this ZIP entry using a ZipEightByteInteger object.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.ModifierConstructorDescriptionZip64ExtendedInformationExtraField
(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.