| Package | Description |
|---|---|
| net.csdn.modules.compress.lzf |
Copy of LZF code from ning compress based on 0.7 version.
|
| 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.
|
| 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.
|
Copyright © 2020. All rights reserved.