| 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 | 
|---|---|
| Iterable<? extends SevenZMethodConfiguration> | SevenZArchiveEntry. getContentMethods()Gets the (compression) methods to use for entry's content - the
 default is LZMA2. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SevenZOutputFile. setContentMethods(Iterable<? extends SevenZMethodConfiguration> methods)Sets the default (compression) methods to use for entry contents - the
 default is LZMA2. | 
| void | SevenZArchiveEntry. setContentMethods(Iterable<? extends SevenZMethodConfiguration> methods)Sets the (compression) methods to use for entry's content - the
 default is LZMA2. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.