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 SevenZFileOptions
SevenZFileOptions. DEFAULT
The default options.Methods in org.apache.commons.compress.archivers.sevenz that return SevenZFileOptions Modifier and Type Method Description SevenZFileOptions
SevenZFileOptions.Builder. build()
Create theSevenZFileOptions
.Constructors in org.apache.commons.compress.archivers.sevenz with parameters of type SevenZFileOptions Constructor Description SevenZFile(java.io.File fileName, char[] password, SevenZFileOptions options)
Reads a file as 7z archive with additional options.SevenZFile(java.io.File fileName, SevenZFileOptions options)
Reads a file as unencrypted 7z archiveSevenZFile(java.nio.channels.SeekableByteChannel channel, char[] password, SevenZFileOptions options)
Reads a SeekableByteChannel as 7z archive with additional options.SevenZFile(java.nio.channels.SeekableByteChannel channel, java.lang.String fileName, char[] password, SevenZFileOptions options)
Reads a SeekableByteChannel as 7z archive with addtional options.SevenZFile(java.nio.channels.SeekableByteChannel channel, java.lang.String fileName, SevenZFileOptions options)
Reads a SeekableByteChannel as 7z archive with additional options.SevenZFile(java.nio.channels.SeekableByteChannel channel, SevenZFileOptions options)
Reads a SeekableByteChannel as 7z archive with addtional options.
-