Package | Description |
---|---|
org.apache.commons.compress.archivers.sevenz |
Provides classes for reading and writing archives using
the 7z format.
|
Modifier and Type | Field and Description |
---|---|
private SevenZMethod |
SevenZMethodConfiguration.method |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<SevenZMethod,CoderBase> |
Coders.CODER_MAP |
Modifier and Type | Method and Description |
---|---|
(package private) static SevenZMethod |
SevenZMethod.byId(byte[] id) |
SevenZMethod |
SevenZMethodConfiguration.getMethod()
The specified method.
|
static SevenZMethod |
SevenZMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SevenZMethod[] |
SevenZMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static java.io.OutputStream |
Coders.addEncoder(java.io.OutputStream out,
SevenZMethod method,
java.lang.Object options) |
(package private) static CoderBase |
Coders.findByMethod(SevenZMethod method) |
void |
SevenZOutputFile.setContentCompression(SevenZMethod method)
Sets the default compression method to use for entry contents - the
default is LZMA2.
|
Constructor and Description |
---|
SevenZMethodConfiguration(SevenZMethod method)
Doesn't configure any additional options.
|
SevenZMethodConfiguration(SevenZMethod method,
java.lang.Object options)
Specifies and method plus configuration options.
|