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 ZipLongZipOutputStream. CFH_SIGcentral file header signatureprotected static ZipLongZipOutputStream. DD_SIGdata descriptor signatureprivate static ZipLongZipOutputStream. DOS_TIME_MINSmallest date/time ZIP can handle.protected static ZipLongZipOutputStream. EOCD_SIGend of central dir signatureprotected static ZipLongZipOutputStream. LFH_SIGlocal file header signatureprivate ZipLongZipOutputStream. m_cdLengthLength of central directory.private ZipLongZipOutputStream. m_cdOffsetStart of central directory.Methods in org.apache.commons.compress.archivers.zip that return ZipLong Modifier and Type Method Description protected static ZipLongZipOutputStream. toDosTime(java.util.Date time)Convert a Date object to a DOS date/time field.
-