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.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
|