| Class and Description |
|---|
| ArchiveEntry
The entry of an archive.
|
| ArchiveFormat
Denotes an archive format such as zip or tar.
|
| Archiver
An Archiver facades a specific archiving library, allowing for simple archiving of files and directories, and
extraction of archives.
|
| ArchiveStream
An input stream of an archive.
|
| CompressionType
Denotes a compression algorithm such as gzip or bzip2
|
| Compressor
A compressor facades a specific compression library, allowing for simple compression and decompression of files.
|
| FileType
Holds the file extension as String and the corresponding
ArchiveFormat and/or CompressionType. |
Copyright © 2013-2018. All Rights Reserved.