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
Fields in org.apache.commons.compress.archivers.sevenz declared as SevenZMethodFields in org.apache.commons.compress.archivers.sevenz with type parameters of type SevenZMethodModifier and TypeFieldDescriptionprivate static final Map<SevenZMethod,
CoderBase> Coders.CODER_MAP
Methods in org.apache.commons.compress.archivers.sevenz that return SevenZMethodModifier and TypeMethodDescription(package private) static SevenZMethod
SevenZMethod.byId
(byte[] id) SevenZMethodConfiguration.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 TypeMethodDescription(package private) static OutputStream
Coders.addEncoder
(OutputStream out, SevenZMethod method, Object options) (package private) static CoderBase
Coders.findByMethod
(SevenZMethod method) void
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.