Uses of Class
org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Packages that use 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
Fields in org.apache.commons.compress.archivers.zip declared as ZipEightByteIntegerModifier and TypeFieldDescriptionprivate ZipEightByteIntegerX000A_NTFS.accessTimeprivate ZipEightByteIntegerZip64ExtendedInformationExtraField.compressedSizeprivate ZipEightByteIntegerX000A_NTFS.createTimeprivate ZipEightByteIntegerX000A_NTFS.modifyTimeprivate ZipEightByteIntegerZip64ExtendedInformationExtraField.relativeHeaderOffsetprivate ZipEightByteIntegerZip64ExtendedInformationExtraField.sizestatic final ZipEightByteIntegerZipEightByteInteger.ZEROMethods in org.apache.commons.compress.archivers.zip that return ZipEightByteIntegerModifier and TypeMethodDescriptionprivate static ZipEightByteIntegerX000A_NTFS.getAccessTime()Returns the "File last access time" of this zip entry as a ZipEightByteInteger object, orZEROif no such timestamp exists in the zip entry.Zip64ExtendedInformationExtraField.getCompressedSize()The compressed size stored in this extra field.X000A_NTFS.getCreateTime()Returns the "File creation time" of this zip entry as a ZipEightByteInteger object, orZEROif no such timestamp exists in the zip entry.X000A_NTFS.getModifyTime()Returns the "File last modification time" of this zip entry as a ZipEightByteInteger object, orZEROif 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.Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipEightByteIntegerModifier and TypeMethodDescriptionvoidX000A_NTFS.setAccessTime(ZipEightByteInteger t) Sets the File last access time of this zip entry using a ZipEightByteInteger object.voidZip64ExtendedInformationExtraField.setCompressedSize(ZipEightByteInteger compressedSize) The uncompressed size stored in this extra field.voidX000A_NTFS.setCreateTime(ZipEightByteInteger t) Sets the File creation time of this zip entry using a ZipEightByteInteger object.voidX000A_NTFS.setModifyTime(ZipEightByteInteger t) Sets the File last modification time of this zip entry using a ZipEightByteInteger object.voidZip64ExtendedInformationExtraField.setRelativeHeaderOffset(ZipEightByteInteger rho) The relative header offset stored in this extra field.voidZip64ExtendedInformationExtraField.setSize(ZipEightByteInteger size) The uncompressed size stored in this extra field.private static DateX000A_NTFS.zipToDate(ZipEightByteInteger z) Constructors in org.apache.commons.compress.archivers.zip with parameters of type ZipEightByteIntegerModifierConstructorDescriptionZip64ExtendedInformationExtraField(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.