|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BufferRecycler | |
|---|---|
| net.csdn.modules.compress.lzf | Copy of LZF code from ning compress based on 0.7 version. |
| Uses of BufferRecycler in net.csdn.modules.compress.lzf |
|---|
| Fields in net.csdn.modules.compress.lzf with type parameters of type BufferRecycler | |
|---|---|
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. |
| Methods in net.csdn.modules.compress.lzf that return BufferRecycler | |
|---|---|
static BufferRecycler |
BufferRecycler.instance()
Accessor to get thread-local recycler instance |
| Constructors in net.csdn.modules.compress.lzf with parameters of type BufferRecycler | |
|---|---|
ChunkEncoder(int totalLength,
BufferRecycler recycler)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||