public class SevenZFileOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SevenZFileOptions.Builder
Mutable builder for the immutable
SevenZFileOptions . |
Modifier and Type | Field and Description |
---|---|
static SevenZFileOptions |
DEFAULT
The default options.
|
Modifier and Type | Method and Description |
---|---|
static SevenZFileOptions.Builder |
builder()
Obtains a builder for SevenZFileOptions.
|
int |
getMaxMemoryLimitInKb()
Gets the maximum amount of memory to use for parsing the
archive and during extraction.
|
boolean |
getTryToRecoverBrokenArchives()
Whether
SevenZFile shall try to recover from a certain type of broken archive. |
boolean |
getUseDefaultNameForUnnamedEntries()
Gets whether entries without a name should get their names set
to the archive's default file name.
|
public static final SevenZFileOptions DEFAULT
public static SevenZFileOptions.Builder builder()
public int getMaxMemoryLimitInKb()
Not all codecs will honor this setting. Currently only lzma and lzma2 are supported.
public boolean getUseDefaultNameForUnnamedEntries()
public boolean getTryToRecoverBrokenArchives()
SevenZFile
shall try to recover from a certain type of broken archive.Copyright © 2010 - 2023 Adobe. All Rights Reserved