Package org.apache.ant.compress.util

Interface Summary
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 Summary
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.
Messages Factored out messages.
Pack200StreamFactory Creates streams for the pack200 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