Package | Description |
---|---|
com.ning.compress.lzf | |
com.ning.compress.lzf.impl | |
com.ning.compress.lzf.util |
Class and Description |
---|
BufferRecycler
Simple helper class to encapsulate details of basic buffer
recycling scheme, which helps a lot (as per profiling) for
smaller encoding cases.
|
ChunkDecoder
Decoder that handles decoding of sequence of encoded LZF chunks,
combining them into a single contiguous result byte array.
|
ChunkEncoder
Class that handles actual encoding of individual chunks.
|
LZFChunk
Helper class used to store LZF encoded segments (compressed and non-compressed)
that can be sequenced to produce LZF files/streams.
|
LZFOutputStream
Decorator
OutputStream implementation that will compress
output using LZF compression algorithm. |
Class and Description |
---|
ChunkDecoder
Decoder that handles decoding of sequence of encoded LZF chunks,
combining them into a single contiguous result byte array.
|
Class and Description |
---|
ChunkDecoder
Decoder that handles decoding of sequence of encoded LZF chunks,
combining them into a single contiguous result byte array.
|
Copyright © 2013. All Rights Reserved.