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) BufferRecyclerReaderConfig. mCurrRecyclerThis is the actually container of the recyclable buffers.(package private) BufferRecyclerWriterConfig. mCurrRecyclerThis 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. mRecyclerRefThisThreadLocalcontains aSoftRerefenceto aBufferRecyclerused to provide a low-cost buffer recycling between Reader instances.(package private) static java.lang.ThreadLocal<java.lang.ref.SoftReference<BufferRecycler>>WriterConfig. mRecyclerRefThisThreadLocalcontains aSoftRerefenceto aBufferRecyclerused 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 BufferRecyclerReaderConfig. createRecycler()private BufferRecyclerWriterConfig. createRecycler()
-