public class BufferAllocator extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LARGE_SIZE_LIMIT |
static int |
MEDIUM_SIZE_LIMIT |
static int |
SMALL_SIZE_LIMIT |
| Constructor and Description |
|---|
BufferAllocator() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteBuffer(int size) |
char[] |
getCharBuffer(int size) |
void |
returnByteBuffer(byte[] b) |
void |
returnCharBuffer(char[] c) |
Copyright © 2018–2021 mhoffrogge. All rights reserved.