Class FSBANK_MEMORY_REALLOC_CALLBACK
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.fmod.FSBANK_MEMORY_REALLOC_CALLBACK
- All Implemented Interfaces:
AutoCloseable, FSBANK_MEMORY_REALLOC_CALLBACKI, CallbackI, NativeResource, Pointer
public abstract class FSBANK_MEMORY_REALLOC_CALLBACK
extends Callback
implements FSBANK_MEMORY_REALLOC_CALLBACKI
Callback function:
FSBANK_MEMORY_REALLOC_CALLBACK-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface FSBANK_MEMORY_REALLOC_CALLBACKI
DESCRIPTORFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptioncreate(long functionPointer) Creates aFSBANK_MEMORY_REALLOC_CALLBACKinstance from the specified function pointer.create(FSBANK_MEMORY_REALLOC_CALLBACKI instance) Creates aFSBANK_MEMORY_REALLOC_CALLBACKinstance that delegates to the specifiedFSBANK_MEMORY_REALLOC_CALLBACKIinstance.static @Nullable FSBANK_MEMORY_REALLOC_CALLBACKcreateSafe(long functionPointer) Methods inherited from interface FSBANK_MEMORY_REALLOC_CALLBACKI
callback, getDescriptor, invokeMethods inherited from interface NativeResource
close
-
Method Details
-
create
Creates aFSBANK_MEMORY_REALLOC_CALLBACKinstance from the specified function pointer.- Returns:
- the new
FSBANK_MEMORY_REALLOC_CALLBACK
-
createSafe
-
create
Creates aFSBANK_MEMORY_REALLOC_CALLBACKinstance that delegates to the specifiedFSBANK_MEMORY_REALLOC_CALLBACKIinstance.
-