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 | |
BZip2StreamFactory |
Creates streams for the supported compression formats.
|
CpioStreamFactory | |
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.
|
LZMAStreamFactory |
Creates streams for the supported compression formats.
|
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.
|
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 |