Uses of Class
kala.compress.archivers.sevenz.SevenZMethodConfiguration
Packages that use SevenZMethodConfiguration
Package
Description
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 SevenZMethodConfigurationModifier and TypeFieldDescriptionprivate Iterable<? extends SevenZMethodConfiguration> SevenZArchiveEntry.contentMethodsprivate Iterable<? extends SevenZMethodConfiguration> SevenZArchiveWriter.contentMethodsMethods in kala.compress.archivers.sevenz that return types with arguments of type SevenZMethodConfigurationModifier and TypeMethodDescriptionIterable<? extends SevenZMethodConfiguration> SevenZArchiveEntry.getContentMethods()Gets the (compression) methods to use for entry's content - the default is LZMA2.private Iterable<? extends SevenZMethodConfiguration> SevenZArchiveWriter.getContentMethods(SevenZArchiveEntry entry) Methods in kala.compress.archivers.sevenz with parameters of type SevenZMethodConfigurationModifier and TypeMethodDescriptionvoidSevenZArchiveEntry.setContentMethods(SevenZMethodConfiguration... methods) Sets the (compression) methods to use for entry's content - the default is LZMA2.private voidSevenZArchiveWriter.writeSingleCodec(SevenZMethodConfiguration m, OutputStream bos) Method parameters in kala.compress.archivers.sevenz with type arguments of type SevenZMethodConfigurationModifier and TypeMethodDescriptionprivate booleanSevenZArchiveEntry.equalSevenZMethods(Iterable<? extends SevenZMethodConfiguration> c1, Iterable<? extends SevenZMethodConfiguration> c2) voidSevenZArchiveEntry.setContentMethods(Iterable<? extends SevenZMethodConfiguration> methods) Sets the (compression) methods to use for entry's content - the default is LZMA2.voidSevenZArchiveWriter.setContentMethods(Iterable<? extends SevenZMethodConfiguration> methods) Sets the default (compression) methods to use for entry contents - the default is LZMA2.