Package com.jme3.util
Class AndroidBufferAllocator
- java.lang.Object
-
- com.jme3.util.AndroidBufferAllocator
-
- All Implemented Interfaces:
com.jme3.util.BufferAllocator
@Deprecated public class AndroidBufferAllocator extends java.lang.Object implements com.jme3.util.BufferAllocatorDeprecated.implementedAndroidNativeBufferAllocatorinstead.- Author:
- Jesus Oliver
-
-
Constructor Summary
Constructors Constructor Description AndroidBufferAllocator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.nio.ByteBufferallocate(int size)Deprecated.voiddestroyDirectBuffer(java.nio.Buffer toBeDestroyed)Deprecated.Searches the inner direct buffer of the Android-specific wrapped buffer classes and destroys it using the reflection allocator method.
-
-
-
Method Detail
-
destroyDirectBuffer
public void destroyDirectBuffer(java.nio.Buffer toBeDestroyed)
Deprecated.Searches the inner direct buffer of the Android-specific wrapped buffer classes and destroys it using the reflection allocator method.- Specified by:
destroyDirectBufferin interfacecom.jme3.util.BufferAllocator- Parameters:
toBeDestroyed- The direct buffer that will be "cleaned".
-
allocate
public java.nio.ByteBuffer allocate(int size)
Deprecated.- Specified by:
allocatein interfacecom.jme3.util.BufferAllocator
-
-