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