static SevenZArchiveReader.Builder |
SevenZArchiveReader.builder() |
Creates a new Builder.
|
SevenZArchiveReader.Builder |
SevenZArchiveReader.Builder.setDefaultName(java.lang.String defaultName) |
Sets the default name.
|
SevenZArchiveReader.Builder |
SevenZArchiveReader.Builder.setMaxMemoryLimitKb(int maxMemoryLimitKb) |
Sets the maximum amount of memory in kilobytes to use for parsing the archive and during extraction.
|
SevenZArchiveReader.Builder |
SevenZArchiveReader.Builder.setPassword(byte[] password) |
Sets the password.
|
SevenZArchiveReader.Builder |
SevenZArchiveReader.Builder.setPassword(char[] password) |
Sets the password.
|
SevenZArchiveReader.Builder |
SevenZArchiveReader.Builder.setPassword(java.lang.String password) |
Sets the password.
|
SevenZArchiveReader.Builder |
SevenZArchiveReader.Builder.setTryToRecoverBrokenArchives(boolean tryToRecoverBrokenArchives) |
Sets whether SevenZArchiveReader will try to recover broken archives where the CRC of the file's metadata is 0.
|
SevenZArchiveReader.Builder |
SevenZArchiveReader.Builder.setUseDefaultNameForUnnamedEntries(boolean useDefaultNameForUnnamedEntries) |
Sets whether entries without a name should get their names set to the archive's default file name.
|