| 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 |
|---|---|
SevenZArchiveEntry |
SevenZOutputFile.createArchiveEntry(File
Create an archive entry using the inputFile and entryName provided.
|
SevenZArchiveEntry |
SevenZFile.getNextEntry()
Returns the next Archive Entry in this archive.
|