Uses of Enum
org.apache.commons.compress.archivers.sevenz.SevenZMethod
Package
Description
Provides classes for reading and writing archives using the 7z format.
-
Uses of SevenZMethod in org.apache.commons.compress.archivers.sevenz
Modifier and TypeMethodDescriptionSevenZMethodConfiguration.getMethod()
The specified method.static SevenZMethod
Returns the enum constant of this type with the specified name.static SevenZMethod[]
SevenZMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SevenZOutputFile.setContentCompression
(SevenZMethod method) Sets the default compression method to use for entry contents - the default is LZMA2.ModifierConstructorDescriptionDoesn't configure any additional options.SevenZMethodConfiguration
(SevenZMethod method, Object options) Specifies and method plus configuration options.