static SevenZFileOptions.Builder |
SevenZFileOptions.builder() |
Deprecated.
Obtains a builder for SevenZFileOptions.
|
SevenZFileOptions.Builder |
SevenZFileOptions.Builder.withMaxMemoryLimitInKb(int maxMemoryLimitInKb) |
Sets the maximum amount of memory to use for parsing the archive and during extraction.
|
SevenZFileOptions.Builder |
SevenZFileOptions.Builder.withTryToRecoverBrokenArchives(boolean tryToRecoverBrokenArchives) |
Sets whether SevenZFile will try to recover broken archives where the CRC of the file's metadata is 0.
|
SevenZFileOptions.Builder |
SevenZFileOptions.Builder.withUseDefaultNameForUnnamedEntries(boolean useDefaultNameForUnnamedEntries) |
Sets whether entries without a name should get their names set to the archive's default file name.
|