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
private  ZipLong ZipOutputStream.cdLength
          Length of central directory.
private  ZipLong ZipOutputStream.cdOffset
          Start of central directory.
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
 

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.