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

Packages that use ZipLong
org.apache.commons.compress.zip Zip Utilities that extend JDK zip classes by adding better handling of extra fields. 
 

Uses of ZipLong in org.apache.commons.compress.zip
 

Fields in org.apache.commons.compress.zip declared as ZipLong
protected static ZipLong ZipOutputStream.LFH_SIG
          local file header signature
protected static ZipLong ZipOutputStream.DD_SIG
          data descriptor signature
protected static ZipLong ZipOutputStream.CFH_SIG
          central file header signature
protected static ZipLong ZipOutputStream.EOCD_SIG
          end of central dir signature
 

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



Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.