Classes in com.ning.compress.lzf used by com.ning.compress.lzf |
BufferRecycler
Simple helper class to encapsulate details of basic buffer
recycling scheme, which helps a lot (as per profiling) for
smaller encoding cases. |
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. |