| Package | Description |
|---|---|
| com.ning.compress.lzf.util |
Package that contains helper classes uses by LZF codec.
|
| Class and Description |
|---|
| ChunkDecoderFactory
Simple helper class used for loading
ChunkDecoder implementations, based on criteria
such as "fastest available". |
| LZFFileInputStream.Wrapper
This simple wrapper is needed to re-route read calls so that they will
use "raw" reads
|
| LZFFileOutputStream
Helper class that allows use of LZF compression even if a library requires
use of
FileOutputStream. |
| LZFFileOutputStream.Wrapper
This simple wrapper is needed to re-route read calls so that they will
use "raw" writes
|