| Package | Description |
|---|---|
| org.apache.commons.compress.archivers.examples |
Contains example code that is not guaranteed to provide a
stable API across releases of Commons Compress.
|
| org.apache.commons.compress.archivers.sevenz |
Provides classes for reading and writing archives using
the 7z format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expander.expand(SevenZFile archive,
java.io.File targetDirectory)
Expands
archive into targetDirectory. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CLI.Mode.takeAction(SevenZFile archive,
SevenZArchiveEntry entry) |