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

Packages that use ZipLong
org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. 
 

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

Fields in org.apache.commons.compress.archivers.zip declared as ZipLong
static ZipLong ZipLong.CFH_SIG
          Central File Header Signature
static ZipLong ZipLong.DD_SIG
          Data Descriptor signature
static ZipLong ZipLong.LFH_SIG
          Local File Header Signature
 

Methods in org.apache.commons.compress.archivers.zip that return ZipLong
 ZipLong Zip64ExtendedInformationExtraField.getDiskStartNumber()
          The disk start number stored in this extra field.
static ZipLong ZipUtil.toDosTime(Date time)
          Convert a Date object to a DOS date/time field.
 

Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipLong
static Date ZipUtil.fromDosTime(ZipLong zipDosTime)
          Convert a DOS date/time field to a Date object.
 void Zip64ExtendedInformationExtraField.setDiskStartNumber(ZipLong ds)
          The disk start number stored in this extra field.
 

Constructors in org.apache.commons.compress.archivers.zip with parameters of type ZipLong
Zip64ExtendedInformationExtraField(ZipEightByteInteger size, ZipEightByteInteger compressedSize, ZipEightByteInteger relativeHeaderOffset, ZipLong diskStart)
          Creates an extra field based on all four possible values.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.