Uses of Class
org.apache.commons.compress.archivers.sevenz.SevenZFile.Builder
Packages that use SevenZFile.Builder
Package
Description
Provides classes for reading and writing archives using the 7z format.
-
Uses of SevenZFile.Builder in org.apache.commons.compress.archivers.sevenz
Methods in org.apache.commons.compress.archivers.sevenz that return SevenZFile.BuilderModifier and TypeMethodDescriptionstatic SevenZFile.Builder
SevenZFile.builder()
Creates a new Builder.SevenZFile.Builder.setDefaultName
(String defaultName) Sets the default name.SevenZFile.Builder.setMaxMemoryLimitKb
(int maxMemoryLimitKiB) Sets the maximum amount of memory in kilobytes to use for parsing the archive and during extraction.SevenZFile.Builder.setMaxMemoryLimitKiB
(int maxMemoryLimitKiB) Sets the maximum amount of memory in kilobytes to use for parsing the archive and during extraction.SevenZFile.Builder.setPassword
(byte[] password) Sets the password.SevenZFile.Builder.setPassword
(char[] password) Sets the password.SevenZFile.Builder.setPassword
(String password) Sets the password.SevenZFile.Builder.setSeekableByteChannel
(SeekableByteChannel seekableByteChannel) Sets the input channel.SevenZFile.Builder.setTryToRecoverBrokenArchives
(boolean tryToRecoverBrokenArchives) Sets whetherSevenZFile
will try to recover broken archives where the CRC of the file's metadata is 0.SevenZFile.Builder.setUseDefaultNameForUnnamedEntries
(boolean useDefaultNameForUnnamedEntries) Sets whether entries without a name should get their names set to the archive's default file name.