Package | Description |
---|---|
org.codehaus.jackson.util |
Utility classes used by Jackson Core functionality.
|
Modifier and Type | Method | Description |
---|---|---|
static BufferRecycler.CharBufferType |
BufferRecycler.CharBufferType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BufferRecycler.CharBufferType[] |
BufferRecycler.CharBufferType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
char[] |
BufferRecycler.allocCharBuffer(BufferRecycler.CharBufferType type) |
|
char[] |
BufferRecycler.allocCharBuffer(BufferRecycler.CharBufferType type,
int minSize) |
|
void |
BufferRecycler.releaseCharBuffer(BufferRecycler.CharBufferType type,
char[] buffer) |