Uses of Class
org.apache.commons.compress.archivers.sevenz.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
Modifier and TypeMethodDescriptionstatic SevenZFile.Builder
SevenZFile.builder()
Creates a new Builder.SevenZFile.Builder.setDefaultName
(String defaultName) Sets the default name.SevenZFile.Builder.setMaxMemoryLimitKb
(int maxMemoryLimitKb) 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.