Uses of Package
org.apache.commons.compress.archivers.sevenz
-
Packages that use org.apache.commons.compress.archivers.sevenz Package Description org.apache.commons.compress.archivers.examples Contains example code that is not guaranteed to provide a stable API across releases of Commons Compress.org.apache.commons.compress.archivers.sevenz Provides classes for reading and writing archives using the 7z format. -
Classes in org.apache.commons.compress.archivers.sevenz used by org.apache.commons.compress.archivers.examples Class Description SevenZFile Reads a 7z file, using SeekableByteChannel under the covers.SevenZOutputFile Writes a 7z file. -
Classes in org.apache.commons.compress.archivers.sevenz used by org.apache.commons.compress.archivers.sevenz Class Description Archive BindPair CLI.Mode Coder CoderBase Base Codec class.Folder The unit of solid compression.SevenZArchiveEntry An entry in a 7z archive.SevenZFile Reads a 7z file, using SeekableByteChannel under the covers.SevenZFileOptions Collects options for reading 7z archives.SevenZFileOptions.Builder Mutable builder for the immutableSevenZFileOptions
.SevenZMethod The (partially) supported compression/encryption methods used in 7z archives.SevenZMethodConfiguration Combines a SevenZMethod with configuration options for the method.StartHeader StreamMap SubStreamsInfo