Uses of Class
kala.compress.archivers.sevenz.SevenZMethod
-
Packages that use SevenZMethod Package Description kala.compress.archivers.sevenz Provides classes for reading and writing archives using the 7z format. -
-
Uses of SevenZMethod in kala.compress.archivers.sevenz
Fields in kala.compress.archivers.sevenz declared as SevenZMethod Modifier and Type Field Description private SevenZMethodSevenZMethodConfiguration. methodFields in kala.compress.archivers.sevenz with type parameters of type SevenZMethod Modifier and Type Field Description private static java.util.Map<SevenZMethod,AbstractCoder>Coders. CODER_MAPMethods in kala.compress.archivers.sevenz that return SevenZMethod Modifier and Type Method Description (package private) static SevenZMethodSevenZMethod. byId(byte[] id)SevenZMethodSevenZMethodConfiguration. getMethod()The specified method.static SevenZMethodSevenZMethod. valueOf(java.lang.String name)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 kala.compress.archivers.sevenz with parameters of type SevenZMethod Modifier and Type Method Description (package private) static java.io.OutputStreamCoders. addEncoder(java.io.OutputStream out, SevenZMethod method, java.lang.Object options)(package private) static AbstractCoderCoders. findByMethod(SevenZMethod method)voidSevenZArchiveWriter. setContentCompression(SevenZMethod method)Sets the default compression method to use for entry contents - the default is LZMA2.Constructors in kala.compress.archivers.sevenz with parameters of type SevenZMethod Constructor Description SevenZMethodConfiguration(SevenZMethod method)Doesn't configure any additional options.SevenZMethodConfiguration(SevenZMethod method, java.lang.Object options)Specifies and method plus configuration options.
-