JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Fields
Deprecated Methods
Deprecated Fields
Field and Description
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EFS_FLAG
use
GeneralPurposeBit.UFT8_NAMES_FLAG
instead
Deprecated Methods
Method and Description
org.apache.commons.compress.archivers.jar.JarArchiveEntry.getCertificates()
since 1.5, not currently implemented
org.apache.commons.compress.archivers.dump.DumpArchiveInputStream.getCount()
org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.getCount()
org.apache.commons.compress.archivers.ArchiveInputStream.getCount()
this method may yield wrong results for large archives, use #getBytesRead instead
org.apache.commons.compress.archivers.ArchiveOutputStream.getCount()
this method may yield wrong results for large archives, use #getBytesWritten instead
org.apache.commons.compress.compressors.CompressorInputStream.getCount()
this method may yield wrong results for large archives, use #getBytesRead instead
org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry.getCrc()
use getCrcValue instead.
org.apache.commons.compress.archivers.jar.JarArchiveEntry.getManifestAttributes()
since 1.5, do not use; always returns null
org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry.setCrc(int)
use setCrcValue instead.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes