| Field and Description |
|---|
| org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EFS_FLAG
use
GeneralPurposeBit.UFT8_NAMES_FLAG instead |
| Method and Description |
|---|
| org.apache.commons.compress.archivers.jar.JarArchiveEntry.getCertificates()
since 1.5, not currently implemented
|
| 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
|
| org.apache.commons.compress.archivers.jar.JarArchiveEntry.getManifestAttributes()
since 1.5, do not use; always returns null
|
Copyright © 2013 The Apache Software Foundation. All rights reserved.