Uses of Class
org.apache.commons.compress.archivers.zip.ZipLong
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ZipLong in org.apache.commons.compress.archivers.zip
Modifier and TypeFieldDescriptionstatic final ZipLong
ZipLong.AED_SIG
Archive extra data record signature.static final ZipLong
ZipLong.CFH_SIG
Central File Header Signaturestatic final ZipLong
ZipLong.DD_SIG
Data Descriptor signature.static final ZipLong
ZipLong.LFH_SIG
Local File Header Signaturestatic final ZipLong
ZipLong.SINGLE_SEGMENT_SPLIT_MARKER
Marks 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).Modifier and TypeMethodDescriptionX5455_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.X5455_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.Zip64ExtendedInformationExtraField.getDiskStartNumber()
The disk start number stored in this extra field.X5455_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 ZipLong
Converts a Date object to a DOS date/time field.Modifier and TypeMethodDescriptionstatic Date
ZipUtil.fromDosTime
(ZipLong zipDosTime) Converts a DOS date/time field to a Date object.void
X5455_ExtendedTimestamp.setAccessTime
(ZipLong l) Sets the access time (seconds since epoch) of this ZIP entry using a ZipLong objectvoid
X5455_ExtendedTimestamp.setCreateTime
(ZipLong l) Sets the create time (seconds since epoch) of this ZIP entry using a ZipLong objectvoid
Zip64ExtendedInformationExtraField.setDiskStartNumber
(ZipLong ds) The disk start number stored in this extra field.void
X5455_ExtendedTimestamp.setModifyTime
(ZipLong l) Sets the modify time (seconds since epoch) of this ZIP entry using a ZipLong object.ModifierConstructorDescriptionZip64ExtendedInformationExtraField
(ZipEightByteInteger size, ZipEightByteInteger compressedSize, ZipEightByteInteger relativeHeaderOffset, ZipLong diskStart) Creates an extra field based on all four possible values.