public class SevenZFileOptions extends 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 extraction.
|
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()
public boolean getUseDefaultNameForUnnamedEntries()
Copyright © 2019 The Apache Software Foundation. All rights reserved.