Uses of Class
com.ning.compress.lzf.BufferRecycler

Packages that use BufferRecycler
com.ning.compress.lzf   
 

Uses of BufferRecycler in com.ning.compress.lzf
 

Fields in com.ning.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 com.ning.compress.lzf that return BufferRecycler
static BufferRecycler BufferRecycler.instance()
          Accessor to get thread-local recycler instance
 



Copyright © 2011. All Rights Reserved.