Uses of Class
org.apache.commons.compress.archivers.zip.ZipLong

Packages that use ZipLong
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
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.
 

Methods in org.apache.commons.compress.archivers.zip that return ZipLong
protected static ZipLong ZipOutputStream.toDosTime(java.util.Date time)
          Convert a Date object to a DOS date/time field.