Package com.jme3.util
Class AndroidNativeBufferAllocator
- java.lang.Object
-
- com.jme3.util.AndroidNativeBufferAllocator
-
- All Implemented Interfaces:
com.jme3.util.BufferAllocator
public final class AndroidNativeBufferAllocator extends java.lang.Object implements com.jme3.util.BufferAllocatorAllocates and destroys direct byte buffers using native code.- Author:
- pavl_g.
-
-
Constructor Summary
Constructors Constructor Description AndroidNativeBufferAllocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBufferallocate(int size)voiddestroyDirectBuffer(java.nio.Buffer toBeDestroyed)
-