| Package | Description |
|---|---|
| com.fasterxml.aalto.in | |
| com.fasterxml.aalto.out |
| Modifier and Type | Field and Description |
|---|---|
protected BufferRecycler |
ReaderConfig._currRecycler
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._recyclerRef
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() |
| Modifier and Type | Field and Description |
|---|---|
(package private) BufferRecycler |
WriterConfig._currRecycler
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>> |
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 |
WriterConfig.createRecycler() |