Uses of Class
org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
Package
Description
Provides classes for reading and writing archives using the 7z format.
-
Uses of SevenZFileOptions in org.apache.commons.compress.archivers.sevenz
Modifier and TypeFieldDescriptionstatic final SevenZFileOptions
SevenZFileOptions.DEFAULT
Deprecated.The default options.Modifier and TypeMethodDescriptionSevenZFileOptions.Builder.build()
Builds theSevenZFileOptions
.ModifierConstructorDescriptionSevenZFile
(File file, char[] password, SevenZFileOptions options) Deprecated.SevenZFile
(File file, SevenZFileOptions options) Deprecated.SevenZFile
(SeekableByteChannel channel, char[] password, SevenZFileOptions options) Deprecated.SevenZFile
(SeekableByteChannel channel, String fileName, char[] password, SevenZFileOptions options) Deprecated.SevenZFile
(SeekableByteChannel channel, String fileName, SevenZFileOptions options) Deprecated.SevenZFile
(SeekableByteChannel channel, SevenZFileOptions options) Deprecated.
SevenZFile.Builder.get()
.