| Field and Description | 
|---|
| org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EFS_FLAG use  GeneralPurposeBit.UFT8_NAMES_FLAGinstead | 
| org.apache.commons.compress.utils.Charsets.ISO_8859_1 replaced by  StandardCharsetsin Java 7 | 
| org.apache.commons.compress.utils.Charsets.US_ASCII replaced by  StandardCharsetsin Java 7 | 
| org.apache.commons.compress.utils.Charsets.UTF_16 replaced by  StandardCharsetsin Java 7 | 
| org.apache.commons.compress.utils.Charsets.UTF_16BE replaced by  StandardCharsetsin Java 7 | 
| org.apache.commons.compress.utils.Charsets.UTF_16LE replaced by  StandardCharsetsin Java 7 | 
| org.apache.commons.compress.utils.Charsets.UTF_8 replaced by  StandardCharsetsin Java 7 | 
| Constructor and Description | 
|---|
| org.apache.commons.compress.archivers.sevenz.SevenZFile(File, byte[]) use the char[]-arg version for the password instead | 
| org.apache.commons.compress.archivers.sevenz.SevenZFile(SeekableByteChannel, byte[]) use the char[]-arg version for the password instead | 
| org.apache.commons.compress.archivers.sevenz.SevenZFile(SeekableByteChannel, String, byte[]) use the char[]-arg version for the password instead | 
| org.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 | 
| org.apache.commons.compress.archivers.tar.TarArchiveOutputStream(OutputStream, int, int, String) recordSize must always be 512 bytes. An IllegalArgumentException will be thrown
 if any other value is used. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.