-
Fields Field Description org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EFS_FLAG useGeneralPurposeBit.UFT8_NAMES_FLAG
insteadorg.apache.commons.compress.utils.Charsets.ISO_8859_1 replaced byStandardCharsets
in Java 7org.apache.commons.compress.utils.Charsets.US_ASCII replaced byStandardCharsets
in Java 7org.apache.commons.compress.utils.Charsets.UTF_16 replaced byStandardCharsets
in Java 7org.apache.commons.compress.utils.Charsets.UTF_16BE replaced byStandardCharsets
in Java 7org.apache.commons.compress.utils.Charsets.UTF_16LE replaced byStandardCharsets
in Java 7org.apache.commons.compress.utils.Charsets.UTF_8 replaced byStandardCharsets
in Java 7
-
Constructors Constructor Description org.apache.commons.compress.archivers.sevenz.SevenZFile(File, byte[]) use the char[]-arg version for the password insteadorg.apache.commons.compress.archivers.tar.TarArchiveOutputStream(OutputStream, int, int) recordSize must always be 512 bytes. An IllegalArgumentException will be thrown if any other value is used