|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
CompressorStreamFactory, with the
following improvements:
Additional compression formats can be 'plugged in' at runtime (see CompressionFormatFactory
CompressionFormatFactory}).
See:
Description
| Interface Summary | |
|---|---|
| CompressionFormat | Representation of one compression format, e.g. |
| Class Summary | |
|---|---|
| CompressionFormatFactory | Manages CompressionFormats. |
| CompressionURLStreamHandler | An abstract URLStreamHandler which makes the implementation of archive-based URLStreamHandlers
simple. |
Basically a replacement for CompressorStreamFactory, with the
following improvements:
CompressionFormatFactory
CompressionFormatFactory}).
CompressorUtil.allCompressionFormats() tells you which compression formats are currently available.
contents (i.e. the 'magic number' at the beginning of compressed contents which is characteristical for the
compression format)
file
name (e.g. 'dir/file.gz')
format name ('gz', 'z', ...)
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||