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