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.*).
|
Modifier and Type | Field and 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.
|
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.ThreadLocal<java.lang.ref.SoftReference<BufferRecycler>> |
ReaderConfig.mRecyclerRef
This
ThreadLocal contains a SoftRerefence
to a BufferRecycler used to provide a low-cost
buffer recycling between Reader instances. |
(package private) static java.lang.ThreadLocal<java.lang.ref.SoftReference<BufferRecycler>> |
WriterConfig.mRecyclerRef
This
ThreadLocal contains a SoftRerefence
to a BufferRecycler used to provide a low-cost
buffer recycling between Reader instances. |
Modifier and Type | Method and Description |
---|---|
private BufferRecycler |
ReaderConfig.createRecycler() |
private BufferRecycler |
WriterConfig.createRecycler() |