| 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.
|
| Class and Description |
|---|
| SevenZFile
Reads a 7z file, using SeekableByteChannel under
the covers.
|
| SevenZOutputFile
Writes a 7z file.
|
| Class and Description |
|---|
| Archive |
| BindPair |
| CLI.Mode |
| Coder |
| CoderBase
Base Codec class.
|
| Folder
The unit of solid compression.
|
| SevenZArchiveEntry
An entry in a 7z archive.
|
| SevenZFile
Reads a 7z file, using SeekableByteChannel under
the covers.
|
| SevenZMethod
The (partially) supported compression/encryption methods used in 7z archives.
|
| SevenZMethodConfiguration
Combines a SevenZMethod with configuration options for the method.
|
| StartHeader |
| StreamMap |
| SubStreamsInfo |