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 Object
implements com.jme3.util.BufferAllocator
Deprecated.
- Author:
- Jesus Oliver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallocate(int size) Deprecated.voiddestroyDirectBuffer(Buffer toBeDestroyed) Deprecated.Searches the inner direct buffer of the Android-specific wrapped buffer classes and destroys it using the reflection allocator method.
-
Constructor Details
-
AndroidBufferAllocator
public AndroidBufferAllocator()Deprecated.
-
-
Method Details
-
destroyDirectBuffer
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
Deprecated.- Specified by:
allocatein interfacecom.jme3.util.BufferAllocator
-
AndroidNativeBufferAllocatorinstead.