Uses of Class
org.codehaus.plexus.archiver.zip.ZipLong

Packages that use ZipLong
org.codehaus.plexus.archiver.zip   
 

Uses of ZipLong in org.codehaus.plexus.archiver.zip
 

Fields in org.codehaus.plexus.archiver.zip declared as ZipLong
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
 

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

Methods in org.codehaus.plexus.archiver.zip with parameters of type ZipLong
protected static java.util.Date ZipFile.fromDosTime(ZipLong l)
          Convert a DOS date/time field to a Date object.
 



Copyright 2001-2001-2006 Codehaus. All Rights Reserved.