Package | Description |
---|---|
org.codehaus.plexus.archiver.zip |
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
|
protected static ZipLong |
ZipOutputStream.EOCD_SIG
end of central dir signature
|
protected static ZipLong |
ZipOutputStream.LFH_SIG
local file header signature
|
Modifier and Type | Method and Description |
---|---|
protected static ZipLong |
ZipOutputStream.toDosTime(Date time)
Convert a Date object to a DOS date/time field.
|
Modifier and Type | Method and Description |
---|---|
protected static Date |
ZipFile.fromDosTime(ZipLong l)
Convert a DOS date/time field to a Date object.
|
Copyright © 2001-2013 Codehaus. All Rights Reserved.