Uses of Class
kala.compress.archivers.zip.ZipEightByteInteger
-
Packages that use ZipEightByteInteger Package Description kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ZipEightByteInteger in kala.compress.archivers.zip
Fields in kala.compress.archivers.zip declared as ZipEightByteInteger Modifier and Type Field Description private ZipEightByteIntegerX000A_NTFS. accessTimeprivate ZipEightByteIntegerZip64ExtendedInformationExtraField. compressedSizeprivate ZipEightByteIntegerX000A_NTFS. createTimeprivate ZipEightByteIntegerX000A_NTFS. modifyTimeprivate ZipEightByteIntegerZip64ExtendedInformationExtraField. relativeHeaderOffsetprivate ZipEightByteIntegerZip64ExtendedInformationExtraField. sizestatic ZipEightByteIntegerZipEightByteInteger. ZEROConstant for a value of zero.Methods in kala.compress.archivers.zip that return ZipEightByteInteger Modifier and Type Method Description private static ZipEightByteIntegerX000A_NTFS. fileTimeToZip(java.nio.file.attribute.FileTime time)ZipEightByteIntegerX000A_NTFS. getAccessTime()Gets the "File last access time" of this ZIP entry as a ZipEightByteInteger object, orZEROif no such timestamp exists in the ZIP entry.ZipEightByteIntegerZip64ExtendedInformationExtraField. getCompressedSize()The compressed size stored in this extra field.ZipEightByteIntegerX000A_NTFS. getCreateTime()Gets the "File creation time" of this ZIP entry as a ZipEightByteInteger object, orZEROif no such timestamp exists in the ZIP entry.ZipEightByteIntegerX000A_NTFS. getModifyTime()Gets the "File last modification time" of this ZIP entry as a ZipEightByteInteger object, orZEROif no such timestamp exists in the ZIP entry.ZipEightByteIntegerZip64ExtendedInformationExtraField. getRelativeHeaderOffset()The relative header offset stored in this extra field.ZipEightByteIntegerZip64ExtendedInformationExtraField. getSize()The uncompressed size stored in this extra field.Methods in kala.compress.archivers.zip with parameters of type ZipEightByteInteger Modifier and Type Method Description voidX000A_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 java.nio.file.attribute.FileTimeX000A_NTFS. zipToFileTime(ZipEightByteInteger z)Constructors in kala.compress.archivers.zip with parameters of type ZipEightByteInteger Constructor Description 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.
-