Interface | Description |
---|---|
ArchiveStreamFactory |
Creates streams for the supported archive formats.
|
CompressorStreamFactory |
Creates streams for the supported compression formats.
|
CompressorWithConcatenatedStreamsFactory |
Creates input streams for the compression formats that support
concatenated streams.
|
FileAwareArchiveStreamFactory |
Creates streams for the supported archive formats that may take
advantage of writing to/reading from a file.
|
FileAwareCompressorStreamFactory |
Creates streams for the supported compression formats that may take
advantage of writing to/reading from a file.
|
Class | Description |
---|---|
ArjStreamFactory | |
ArStreamFactory | |
BrotliStreamFactory |
Creates streams for the Brotli compression format.
|
BZip2StreamFactory |
Creates streams for the supported compression formats.
|
CpioStreamFactory | |
DeflateStreamFactory |
Creates streams for the standalone DEFLATE format.
|
DumpStreamFactory | |
EntryHelper |
Helper methods that gloss over API differences between the
ArchiveEntry implementations of Apache Commons Compress 1.3.
|
GZipStreamFactory |
Creates streams for the supported compression formats.
|
LZ4StreamFactory |
Creates streams for LZ4 format.
|
LZMAStreamFactory |
Creates streams for the standalone LZMA format.
|
Messages |
Factored out messages.
|
Pack200StreamFactory |
Creates streams for the pack200 format.
|
SevenZStreamFactory | |
SevenZStreamFactory.SevenZArchiveOutputStream |
Not really a stream but provides an ArchiveOutputStream
compatible interface over SevenZOutputFile.
|
SnappyStreamFactory |
Creates streams for the standalone Snappy format.
|
StreamHelper |
Helper methods that deal with FileAware*Factory and Resources that
may or may not provide files.
|
TarStreamFactory | |
XZStreamFactory |
Creates streams for the supported compression formats.
|
ZipStreamFactory | |
ZStreamFactory |
Creates streams for the traditional Unix compress format.
|