Field and Description |
---|
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EFS_FLAG
use
GeneralPurposeBit.UFT8_NAMES_FLAG instead |
org.apache.commons.compress.utils.Charsets.ISO_8859_1
replaced by
StandardCharsets in Java 7 |
org.apache.commons.compress.utils.Charsets.US_ASCII
replaced by
StandardCharsets in Java 7 |
org.apache.commons.compress.utils.Charsets.UTF_16
replaced by
StandardCharsets in Java 7 |
org.apache.commons.compress.utils.Charsets.UTF_16BE
replaced by
StandardCharsets in Java 7 |
org.apache.commons.compress.utils.Charsets.UTF_16LE
replaced by
StandardCharsets in Java 7 |
org.apache.commons.compress.utils.Charsets.UTF_8
replaced by
StandardCharsets in 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 © 2020 The Apache Software Foundation. All rights reserved.