|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BufferRecycler | |
---|---|
org.codehaus.jackson | Main public API classes of the core streaming JSON
processor: most importantly JsonFactory
used for constructing
Json parser (JsonParser )
and generator
(JsonParser )
instances. |
org.codehaus.jackson.io | This package contains I/O helper classes Jackson itself uses, but that are not exposed for external reuse. |
org.codehaus.jackson.util | Utility classes used by Jackson Core functionality. |
Uses of BufferRecycler in org.codehaus.jackson |
---|
Methods in org.codehaus.jackson that return BufferRecycler | |
---|---|
BufferRecycler |
JsonFactory._getBufferRecycler()
Method used by factory to create buffer recycler instances for parsers and generators. |
Uses of BufferRecycler in org.codehaus.jackson.io |
---|
Constructors in org.codehaus.jackson.io with parameters of type BufferRecycler | |
---|---|
IOContext(BufferRecycler br,
Object sourceRef,
boolean managedResource)
|
|
SegmentedStringWriter(BufferRecycler br)
|
Uses of BufferRecycler in org.codehaus.jackson.util |
---|
Constructors in org.codehaus.jackson.util with parameters of type BufferRecycler | |
---|---|
ByteArrayBuilder(BufferRecycler br)
|
|
ByteArrayBuilder(BufferRecycler br,
int firstBlockSize)
|
|
TextBuffer(BufferRecycler allocator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |