| 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 |
|---|---|
Iterable |
SevenZArchiveEntry.getContentMethods()
Gets the (compression) methods to use for entry's content - the default is LZMA2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SevenZOutputFile.setContentMethods(Iterable
Sets the default (compression) methods to use for entry contents - the default is LZMA2.
|
void |
SevenZArchiveEntry.setContentMethods(Iterable
Sets the (compression) methods to use for entry's content - the default is LZMA2.
|