public abstract class AIFileReadProc extends org.lwjgl.system.Callback implements AIFileReadProcI
size_t (*) (
struct aiFile *pFile,
char *pBuffer,
size_t size,
size_t count
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static AIFileReadProc |
create(AIFileReadProcI instance)
Creates a
AIFileReadProc instance that delegates to the specified AIFileReadProcI instance. |
static AIFileReadProc |
create(long functionPointer)
Creates a
AIFileReadProc instance from the specified function pointer. |
static AIFileReadProc |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static AIFileReadProc create(long functionPointer)
AIFileReadProc instance from the specified function pointer.AIFileReadProc@Nullable public static AIFileReadProc createSafe(long functionPointer)
public static AIFileReadProc create(AIFileReadProcI instance)
AIFileReadProc instance that delegates to the specified AIFileReadProcI instance.Copyright LWJGL. All Rights Reserved. License terms.