Uses of Enum
org.apache.commons.compress.archivers.sevenz.SevenZMethod
Packages that use SevenZMethod
Package
Description
Provides classes for reading and writing archives using the 7z format.
-
Uses of SevenZMethod in org.apache.commons.compress.archivers.sevenz
Methods in org.apache.commons.compress.archivers.sevenz that return SevenZMethodModifier 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.Methods in org.apache.commons.compress.archivers.sevenz with parameters of type SevenZMethodModifier and TypeMethodDescriptionvoid
SevenZOutputFile.setContentCompression
(SevenZMethod method) Sets the default compression method to use for entry contents - the default is LZMA2.Constructors in org.apache.commons.compress.archivers.sevenz with parameters of type SevenZMethodModifierConstructorDescriptionDoesn't configure any additional options.SevenZMethodConfiguration
(SevenZMethod method, Object options) Specifies and method plus configuration options.