| 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 |
SevenZOutputFile.createArchiveEntry(Path inputPath,
String entryName,
LinkOption... options)
Create an archive entry using the inputPath and entryName provided.
|
SevenZArchiveEntry |
SevenZFile.getNextEntry()
Gets the next Archive Entry in this archive.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<SevenZArchiveEntry> |
SevenZFile.getEntries()
Gets a copy of meta-data of all archive entries.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
SevenZFile.getInputStream(SevenZArchiveEntry entry)
Gets an InputStream for reading the contents of the given entry.
|
void |
SevenZOutputFile.putArchiveEntry(SevenZArchiveEntry archiveEntry)
Records an archive entry to add.
|
Copyright © 2002–2025. All rights reserved.