org.apache.commons.compress.archivers.jar.JarArchiveEntry.getCertificates()
since 1.5, not currently implemented
|
org.apache.commons.compress.compressors.CompressorInputStream.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.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.archivers.sevenz.SevenZArchiveEntry.getCrc()
use getCrcValue instead.
|
org.apache.commons.compress.archivers.tar.TarArchiveEntry.getGroupId()
|
org.apache.commons.compress.archivers.jar.JarArchiveEntry.getManifestAttributes()
since 1.5, do not use; always returns null
|
org.apache.commons.compress.archivers.tar.TarArchiveEntry.getUserId()
|
org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry.setCrc(int)
use setCrcValue instead.
|
org.apache.commons.compress.compressors.CompressorStreamFactory.setDecompressConcatenated(boolean)
|
org.apache.commons.compress.archivers.ArchiveStreamFactory.setEntryEncoding(String)
|