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 BufferAllocatortoBeDestroyed - The direct buffer that will be "cleaned".public java.nio.ByteBuffer allocate(int size)
BufferAllocatorallocate in interface BufferAllocatorsize - in bytes (≥0)