Package org.rauschig.jarchivelib
-
Interface Summary Interface Description ArchiveEntry The entry of an archive.Archiver An Archiver facades a specific archiving library, allowing for simple archiving of files and directories, and extraction of archives.Compressor A compressor facades a specific compression library, allowing for simple compression and decompression of files. -
Class Summary Class Description ArchiverFactory Factory for creatingArchiverinstances by a given archiver type name.ArchiveStream An input stream of an archive.CompressorFactory Factory for creatingCompressorinstances by a given compression algorithm.FileType Holds the file extension as String and the correspondingArchiveFormatand/orCompressionType.IOUtils Utility class for I/O operations. -
Enum Summary Enum Description ArchiveFormat Denotes an archive format such as zip or tar.CompressionType Denotes a compression algorithm such as gzip or bzip2