Package | Description |
---|---|
org.apache.commons.compress.archivers.sevenz |
Provides classes for reading and writing archives using
the 7z format.
|
Modifier and Type | Method and Description |
---|---|
static SevenZFileOptions.Builder |
SevenZFileOptions.builder()
Obtains a builder for SevenZFileOptions.
|
SevenZFileOptions.Builder |
SevenZFileOptions.Builder.withMaxMemoryLimitInKb(int maxMemoryLimitInKb)
Sets the maximum amount of memory to use for
extraction.
|
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.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.