Uses of Class
org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
Package
Description
Provides classes for reading and writing archives using the 7z format.
-
Uses of SevenZFileOptions.Builder in org.apache.commons.compress.archivers.sevenz
Modifier and TypeMethodDescriptionstatic SevenZFileOptions.Builder
SevenZFileOptions.builder()
Deprecated.Obtains a builder for SevenZFileOptions.SevenZFileOptions.Builder.withMaxMemoryLimitInKb
(int maxMemoryLimitKb) Sets the maximum amount of memory to use for parsing the archive and during extraction.SevenZFileOptions.Builder.withTryToRecoverBrokenArchives
(boolean tryToRecoverBrokenArchives) Sets whetherSevenZFile
will try to recover broken archives where the CRC of the file's metadata is 0.SevenZFileOptions.Builder.withUseDefaultNameForUnnamedEntries
(boolean useDefaultNameForUnnamedEntries) Sets whether entries without a name should get their names set to the archive's default file name.