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 |
---|---|
static ZipLong |
ZipUtil.toDosTime(java.util.Date time)
Convert a Date object to a DOS date/time field.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Date |
ZipUtil.fromDosTime(ZipLong zipDosTime)
Convert a DOS date/time field to a Date object.
|