Uses of Class
com.ctc.wstx.io.BufferRecycler
-
Packages that use BufferRecycler Package Description com.ctc.wstx.api Package that contains subset of Woodstox classes that are considered to be its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and Stax2 -- org.codehaus.stax2.*). -
-
Uses of BufferRecycler in com.ctc.wstx.api
Fields in com.ctc.wstx.api declared as BufferRecycler Modifier and Type Field Description (package private) BufferRecycler
ReaderConfig. mCurrRecycler
This is the actually container of the recyclable buffers.(package private) BufferRecycler
WriterConfig. mCurrRecycler
This is the actually container of the recyclable buffers.Fields in com.ctc.wstx.api with type parameters of type BufferRecycler Modifier and Type Field Description (package private) static java.lang.ThreadLocal<java.lang.ref.SoftReference<BufferRecycler>>
ReaderConfig. mRecyclerRef
ThisThreadLocal
contains aSoftRerefence
to aBufferRecycler
used to provide a low-cost buffer recycling between Reader instances.(package private) static java.lang.ThreadLocal<java.lang.ref.SoftReference<BufferRecycler>>
WriterConfig. mRecyclerRef
ThisThreadLocal
contains aSoftRerefence
to aBufferRecycler
used to provide a low-cost buffer recycling between Reader instances.Methods in com.ctc.wstx.api that return BufferRecycler Modifier and Type Method Description private BufferRecycler
ReaderConfig. createRecycler()
private BufferRecycler
WriterConfig. createRecycler()
-