public class AndroidBufferAllocator extends java.lang.Object implements BufferAllocator
Constructor and Description |
---|
AndroidBufferAllocator() |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
allocate(int size)
Allocate a direct ByteBuffer of the specified size.
|
void |
destroyDirectBuffer(java.nio.Buffer toBeDestroyed)
Searches the inner direct buffer of the Android-specific wrapped buffer classes
and destroys it using the reflection allocator method.
|
public void destroyDirectBuffer(java.nio.Buffer toBeDestroyed)
destroyDirectBuffer
in interface BufferAllocator
toBeDestroyed
- The direct buffer that will be "cleaned".public java.nio.ByteBuffer allocate(int size)
BufferAllocator
allocate
in interface BufferAllocator
size
- in bytes (≥0)