Package | Description |
---|---|
org.apache.commons.compress.archivers.sevenz |
Provides classes for reading and writing archives using
the 7z format.
|
Modifier and Type | Field and Description |
---|---|
(package private) SevenZArchiveEntry[] |
Archive.files |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<SevenZArchiveEntry,long[]> |
SevenZOutputFile.additionalSizes |
private java.util.List<SevenZArchiveEntry> |
SevenZOutputFile.files |
Modifier and Type | Method and Description |
---|---|
SevenZArchiveEntry |
SevenZOutputFile.createArchiveEntry(java.io.File inputFile,
java.lang.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 |
---|---|
java.lang.Iterable<SevenZArchiveEntry> |
SevenZFile.getEntries()
Returns meta-data of all archive entries.
|
Modifier and Type | Method and Description |
---|---|
private java.io.InputStream |
SevenZFile.buildDecoderStack(Folder folder,
long folderOffset,
int firstPackStreamIndex,
SevenZArchiveEntry entry) |
private java.lang.Iterable<? extends SevenZMethodConfiguration> |
SevenZOutputFile.getContentMethods(SevenZArchiveEntry entry) |
abstract void |
CLI.Mode.takeAction(SevenZFile archive,
SevenZArchiveEntry entry) |
private void |
SevenZOutputFile.writeFolder(java.io.DataOutput header,
SevenZArchiveEntry entry) |