Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Zip Utilities that extend JDK zip classes by adding better
handling of extra fields.
|
Modifier and Type | Field and Description |
---|---|
protected static ZipLong |
ZipOutputStream.CFH_SIG
central file header signature
|
protected static ZipLong |
ZipOutputStream.DD_SIG
data descriptor signature
|
private static ZipLong |
ZipOutputStream.DOS_TIME_MIN
Smallest date/time ZIP can handle.
|
protected static ZipLong |
ZipOutputStream.EOCD_SIG
end of central dir signature
|
protected static ZipLong |
ZipOutputStream.LFH_SIG
local file header signature
|
private ZipLong |
ZipOutputStream.m_cdLength
Length of central directory.
|
private ZipLong |
ZipOutputStream.m_cdOffset
Start of central directory.
|
Modifier and Type | Method and Description |
---|---|
protected static ZipLong |
ZipOutputStream.toDosTime(java.util.Date time)
Convert a Date object to a DOS date/time field.
|