Uses of Class
com.fasterxml.aalto.util.BufferRecycler
Packages that use BufferRecycler
-
Uses of BufferRecycler in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as BufferRecyclerModifier and TypeFieldDescriptionprotected BufferRecyclerReaderConfig._currRecyclerThis is the actually container of the recyclable buffers.Fields in com.fasterxml.aalto.in with type parameters of type BufferRecyclerModifier and TypeFieldDescription(package private) static final ThreadLocal<SoftReference<BufferRecycler>>ReaderConfig._recyclerRefThisThreadLocalcontains aSoftRerefenceto aBufferRecyclerused to provide a low-cost buffer recycling between Reader instances.Methods in com.fasterxml.aalto.in that return BufferRecycler -
Uses of BufferRecycler in com.fasterxml.aalto.out
Fields in com.fasterxml.aalto.out declared as BufferRecyclerModifier and TypeFieldDescription(package private) BufferRecyclerWriterConfig._currRecyclerThis is the actually container of the recyclable buffers.Fields in com.fasterxml.aalto.out with type parameters of type BufferRecyclerModifier and TypeFieldDescription(package private) static final ThreadLocal<SoftReference<BufferRecycler>>WriterConfig.mRecyclerRefThisThreadLocalcontains aSoftRerefenceto aBufferRecyclerused to provide a low-cost buffer recycling between Reader instances.Methods in com.fasterxml.aalto.out that return BufferRecycler