Uses of Class
kala.compress.archivers.sevenz.SevenZMethodConfiguration
-
Packages that use SevenZMethodConfiguration Package Description kala.compress.archivers.sevenz Provides classes for reading and writing archives using the 7z format. -
-
Uses of SevenZMethodConfiguration in kala.compress.archivers.sevenz
Fields in kala.compress.archivers.sevenz with type parameters of type SevenZMethodConfiguration Modifier and Type Field Description private java.lang.Iterable<? extends SevenZMethodConfiguration>SevenZArchiveEntry. contentMethodsprivate java.lang.Iterable<? extends SevenZMethodConfiguration>SevenZArchiveWriter. contentMethodsMethods in kala.compress.archivers.sevenz that return types with arguments of type SevenZMethodConfiguration Modifier and Type Method Description java.lang.Iterable<? extends SevenZMethodConfiguration>SevenZArchiveEntry. getContentMethods()Gets the (compression) methods to use for entry's content - the default is LZMA2.private java.lang.Iterable<? extends SevenZMethodConfiguration>SevenZArchiveWriter. getContentMethods(SevenZArchiveEntry entry)Methods in kala.compress.archivers.sevenz with parameters of type SevenZMethodConfiguration Modifier and Type Method Description voidSevenZArchiveEntry. setContentMethods(SevenZMethodConfiguration... methods)Sets the (compression) methods to use for entry's content - the default is LZMA2.private voidSevenZArchiveWriter. writeSingleCodec(SevenZMethodConfiguration m, java.io.OutputStream bos)Method parameters in kala.compress.archivers.sevenz with type arguments of type SevenZMethodConfiguration Modifier and Type Method Description private booleanSevenZArchiveEntry. equalSevenZMethods(java.lang.Iterable<? extends SevenZMethodConfiguration> c1, java.lang.Iterable<? extends SevenZMethodConfiguration> c2)voidSevenZArchiveEntry. setContentMethods(java.lang.Iterable<? extends SevenZMethodConfiguration> methods)Sets the (compression) methods to use for entry's content - the default is LZMA2.voidSevenZArchiveWriter. setContentMethods(java.lang.Iterable<? extends SevenZMethodConfiguration> methods)Sets the default (compression) methods to use for entry contents - the default is LZMA2.
-