Uses of Class
org.apache.commons.compress.archivers.zip.ZipLong
-
Packages that use ZipLong Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ZipLong in org.apache.commons.compress.archivers.zip
Fields in org.apache.commons.compress.archivers.zip declared as ZipLong Modifier and Type Field Description static ZipLongZipLong. AED_SIGArchive extra data record signature.static ZipLongZipLong. CFH_SIGCentral File Header Signaturestatic ZipLongZipLong. DD_SIGData Descriptor signature.static ZipLongZipLong. LFH_SIGLocal File Header Signaturestatic ZipLongZipLong. SINGLE_SEGMENT_SPLIT_MARKERMarks ZIP archives that were supposed to be split or spanned but only needed a single segment in then end (so are actually neither split nor spanned).Methods in org.apache.commons.compress.archivers.zip that return ZipLong Modifier and Type Method Description ZipLongX5455_ExtendedTimestamp. getAccessTime()Gets the access time (seconds since epoch) of this ZIP entry as a ZipLong object, or null if no such timestamp exists in the ZIP entry.ZipLongX5455_ExtendedTimestamp. getCreateTime()Gets the create time (seconds since epoch) of this ZIP entry as a ZipLong object, or null if no such timestamp exists in the ZIP entry.ZipLongZip64ExtendedInformationExtraField. getDiskStartNumber()The disk start number stored in this extra field.ZipLongX5455_ExtendedTimestamp. getModifyTime()Gets the modify time (seconds since epoch) of this ZIP entry as a ZipLong object, or null if no such timestamp exists in the ZIP entry.static ZipLongZipUtil. toDosTime(java.util.Date time)Converts a Date object to a DOS date/time field.Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipLong Modifier and Type Method Description static java.util.DateZipUtil. fromDosTime(ZipLong zipDosTime)Converts a DOS date/time field to a Date object.voidX5455_ExtendedTimestamp. setAccessTime(ZipLong l)Sets the access time (seconds since epoch) of this ZIP entry using a ZipLong objectvoidX5455_ExtendedTimestamp. setCreateTime(ZipLong l)Sets the create time (seconds since epoch) of this ZIP entry using a ZipLong objectvoidZip64ExtendedInformationExtraField. setDiskStartNumber(ZipLong ds)The disk start number stored in this extra field.voidX5455_ExtendedTimestamp. setModifyTime(ZipLong l)Sets the modify time (seconds since epoch) of this ZIP entry using a ZipLong object.Constructors in org.apache.commons.compress.archivers.zip with parameters of type ZipLong Constructor Description Zip64ExtendedInformationExtraField(ZipEightByteInteger size, ZipEightByteInteger compressedSize, ZipEightByteInteger relativeHeaderOffset, ZipLong diskStart)Creates an extra field based on all four possible values.
-