Uses of Class
org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
-
Packages that use SevenZFileOptions Package Description org.apache.commons.compress.archivers.sevenz Provides classes for reading and writing archives using the 7z format. -
-
Uses of SevenZFileOptions in org.apache.commons.compress.archivers.sevenz
Fields in org.apache.commons.compress.archivers.sevenz declared as SevenZFileOptions Modifier and Type Field Description static SevenZFileOptionsSevenZFileOptions. DEFAULTDeprecated.The default options.Methods in org.apache.commons.compress.archivers.sevenz that return SevenZFileOptions Modifier and Type Method Description SevenZFileOptionsSevenZFileOptions.Builder. build()Builds theSevenZFileOptions.Constructors in org.apache.commons.compress.archivers.sevenz with parameters of type SevenZFileOptions Constructor Description SevenZFile(java.io.File file, char[] password, SevenZFileOptions options)Deprecated.SevenZFile(java.io.File file, SevenZFileOptions options)Deprecated.SevenZFile(java.nio.channels.SeekableByteChannel channel, char[] password, SevenZFileOptions options)Deprecated.SevenZFile(java.nio.channels.SeekableByteChannel channel, java.lang.String fileName, char[] password, SevenZFileOptions options)Deprecated.SevenZFile(java.nio.channels.SeekableByteChannel channel, java.lang.String fileName, SevenZFileOptions options)Deprecated.SevenZFile(java.nio.channels.SeekableByteChannel channel, SevenZFileOptions options)Deprecated.
-