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 |
---|---|
private java.lang.Iterable<? extends SevenZMethodConfiguration> |
SevenZOutputFile.contentMethods |
private java.lang.Iterable<? extends SevenZMethodConfiguration> |
SevenZArchiveEntry.contentMethods |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<? extends SevenZMethodConfiguration> |
SevenZArchiveEntry.getContentMethods()
Gets the (compression) methods to use for entry's content - the
default is LZMA2.
|
private java.lang.Iterable<? extends SevenZMethodConfiguration> |
SevenZOutputFile.getContentMethods(SevenZArchiveEntry entry) |
Modifier and Type | Method and Description |
---|---|
private void |
SevenZOutputFile.writeSingleCodec(SevenZMethodConfiguration m,
java.io.OutputStream bos) |
Modifier and Type | Method and Description |
---|---|
void |
SevenZOutputFile.setContentMethods(java.lang.Iterable<? extends SevenZMethodConfiguration> methods)
Sets the default (compression) methods to use for entry contents - the
default is LZMA2.
|
void |
SevenZArchiveEntry.setContentMethods(java.lang.Iterable<? extends SevenZMethodConfiguration> methods)
Sets the (compression) methods to use for entry's content - the
default is LZMA2.
|