| Package | Description |
|---|---|
| net.csdn.modules.compress.lzf |
Copy of LZF code from ning compress based on 0.7 version.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<SoftReference<BufferRecycler>> |
BufferRecycler._recyclerRef
This
ThreadLocal contains a SoftRerefence
to a BufferRecycler used to provide a low-cost
buffer recycling for buffers we need for encoding, decoding. |
| Modifier and Type | Method and Description |
|---|---|
static BufferRecycler |
BufferRecycler.instance()
Accessor to get thread-local recycler instance
|
| Constructor and Description |
|---|
ChunkEncoder(int totalLength,
BufferRecycler recycler) |
Copyright © 2020. All rights reserved.