| 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 inputFile,
String entryName)
Create an archive entry using the inputFile and entryName provided.
|
SevenZArchiveEntry |
SevenZFile.getNextEntry()
Returns the next Archive Entry in this archive.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<SevenZArchiveEntry> |
SevenZFile.getEntries()
Returns meta-data of all archive entries.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.