|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
InputStream that
we read from to get LZF encoded data to decode.
OutputStream that
we write encoded LZF encoded data into, after compressing it.
ChunkEncoder to compress individual chunks and
combines resulting chunks into contiguous output byte array.FileInputStream.FileOutputStream.OutputStream implementation that will compress
output using LZF compression algorithm.LZFOutputStream.flush() will also complete
current block (similar to calling LZFOutputStream.finishBlock()) or not.
LZFFileOutputStream.flush() will also complete
current block (similar to calling LZFFileOutputStream.finishBlock()) or not.
ThreadLocal contains a SoftRerefence
to a BufferRecycler used to provide a low-cost
buffer recycling for buffers we need for encoding, decoding.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||