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

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

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

Methods in org.apache.commons.compress.archivers.zip that return ZipEightByteInteger
 ZipEightByteInteger Zip64ExtendedInformationExtraField.getCompressedSize()
          The compressed size stored in this extra field.
 ZipEightByteInteger Zip64ExtendedInformationExtraField.getRelativeHeaderOffset()
          The relative header offset stored in this extra field.
 ZipEightByteInteger Zip64ExtendedInformationExtraField.getSize()
          The uncompressed size stored in this extra field.
 

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



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.