Deprecated API


Contents
Deprecated Fields
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EFS_FLAG
          use GeneralPurposeBit.UFT8_NAMES_FLAG instead 
 

Deprecated Methods
org.apache.commons.compress.archivers.ArchiveOutputStream.getCount()
          this method may yield wrong results for large archives, use #getBytesWritten instead 
org.apache.commons.compress.archivers.ArchiveInputStream.getCount()
          this method may yield wrong results for large archives, use #getBytesRead instead 
org.apache.commons.compress.archivers.dump.DumpArchiveInputStream.getCount()
           
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.getCount()
           
org.apache.commons.compress.compressors.CompressorInputStream.getCount()
          this method may yield wrong results for large archives, use #getBytesRead instead 
 



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