Package | Description |
---|---|
org.apache.commons.compress.archivers.sevenz |
Provides classes for reading and writing archives using
the 7z format.
|
Modifier and Type | Field and Description |
---|---|
static SevenZFileOptions |
SevenZFileOptions.DEFAULT
The default options.
|
Modifier and Type | Method and Description |
---|---|
SevenZFileOptions |
SevenZFileOptions.Builder.build()
Create the
SevenZFileOptions . |
Constructor and Description |
---|
SevenZFile(File fileName,
char[] password,
SevenZFileOptions options)
Reads a file as 7z archive with additional options.
|
SevenZFile(File fileName,
SevenZFileOptions options)
Reads a file as unencrypted 7z archive
|
SevenZFile(SeekableByteChannel channel,
char[] password,
SevenZFileOptions options)
Reads a SeekableByteChannel as 7z archive with additional options.
|
SevenZFile(SeekableByteChannel channel,
SevenZFileOptions options)
Reads a SeekableByteChannel as 7z archive with addtional options.
|
SevenZFile(SeekableByteChannel channel,
String fileName,
char[] password,
SevenZFileOptions options)
Reads a SeekableByteChannel as 7z archive with addtional options.
|
SevenZFile(SeekableByteChannel channel,
String fileName,
SevenZFileOptions options)
Reads a SeekableByteChannel as 7z archive with additional options.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.