Uses of Class
org.apache.tools.zip.ZipLong

Packages that use ZipLong
org.apache.tools.zip   
 

Uses of ZipLong in org.apache.tools.zip
 

Methods in org.apache.tools.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.apache.tools.zip with parameters of type ZipLong
protected static java.util.Date ZipFile.fromDosTime(ZipLong zipDosTime)
          Convert a DOS date/time field to a Date object.