Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
Modifier and Type | Field and Description |
---|---|
static ZipLong |
ZipLong.CFH_SIG
Central File Header Signature
|
static ZipLong |
ZipLong.DD_SIG
Data Descriptor signature
|
static ZipLong |
ZipLong.LFH_SIG
Local File Header Signature
|
Modifier and Type | Method and Description |
---|---|
ZipLong |
Zip64ExtendedInformationExtraField.getDiskStartNumber()
The disk start number stored in this extra field.
|
static ZipLong |
ZipUtil.toDosTime(Date time)
Convert a Date object to a DOS date/time field.
|
Modifier and Type | Method and Description |
---|---|
static Date |
ZipUtil.fromDosTime(ZipLong zipDosTime)
Convert a DOS date/time field to a Date object.
|
void |
Zip64ExtendedInformationExtraField.setDiskStartNumber(ZipLong ds)
The disk start number stored in this extra field.
|
Constructor and Description |
---|
Zip64ExtendedInformationExtraField(ZipEightByteInteger size,
ZipEightByteInteger compressedSize,
ZipEightByteInteger relativeHeaderOffset,
ZipLong diskStart)
Creates an extra field based on all four possible values.
|
Copyright © 2012 Apache Software Foundation. All Rights Reserved.