Uses of Class
org.apache.commons.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 org.apache.commons.compress.archivers.sevenz
Methods in org.apache.commons.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.Methods in org.apache.commons.compress.archivers.sevenz with parameters of type SevenZMethodConfigurationModifier and TypeMethodDescriptionvoid
SevenZArchiveEntry.setContentMethods
(SevenZMethodConfiguration... methods) Sets the (compression) methods to use for entry's content - the default is LZMA2.Method parameters in org.apache.commons.compress.archivers.sevenz with type arguments of type SevenZMethodConfigurationModifier and TypeMethodDescriptionvoid
SevenZArchiveEntry.setContentMethods
(Iterable<? extends SevenZMethodConfiguration> methods) Sets the (compression) methods to use for entry's content - the default is LZMA2.void
SevenZOutputFile.setContentMethods
(Iterable<? extends SevenZMethodConfiguration> methods) Sets the default (compression) methods to use for entry contents - the default is LZMA2.