Package | Description |
---|---|
org.apache.commons.compress.archivers.sevenz |
Provides classes for reading and writing archives using
the 7z format.
|
Modifier and Type | Method and Description |
---|---|
static SevenZMethod |
SevenZMethod.valueOf(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 |
---|---|
void |
SevenZOutputFile.setContentCompression(SevenZMethod method)
Sets the compression method to use for entry contents - the
default is LZMA2.
|
Copyright © 2013 The Apache Software Foundation. All rights reserved.