public final class PrimitiveAllocator extends java.lang.Object implements BufferAllocator
Constructor and Description |
---|
PrimitiveAllocator() |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
allocate(int size) |
void |
destroyDirectBuffer(java.nio.Buffer toBeDestroyed) |
public void destroyDirectBuffer(java.nio.Buffer toBeDestroyed)
destroyDirectBuffer
in interface BufferAllocator
public java.nio.ByteBuffer allocate(int size)
allocate
in interface BufferAllocator