Package org.lwjgl.assimp
Class AIFileFlushProc
- java.lang.Object
-
- org.lwjgl.system.Callback
-
- org.lwjgl.assimp.AIFileFlushProc
-
- All Implemented Interfaces:
java.lang.AutoCloseable,AIFileFlushProcI,org.lwjgl.system.CallbackI,org.lwjgl.system.CallbackI.V,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public abstract class AIFileFlushProc extends org.lwjgl.system.Callback implements AIFileFlushProcI
Type
void (*) ( struct aiFile *pFile )
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.lwjgl.system.CallbackI
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.Z
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.assimp.AIFileFlushProcI
SIGNATURE
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AIFileFlushProccreate(long functionPointer)Creates aAIFileFlushProcinstance from the specified function pointer.static AIFileFlushProccreate(AIFileFlushProcI instance)Creates aAIFileFlushProcinstance that delegates to the specifiedAIFileFlushProcIinstance.static AIFileFlushProccreateSafe(long functionPointer)-
Methods inherited from interface org.lwjgl.assimp.AIFileFlushProcI
callback, getSignature, invoke
-
-
-
-
Method Detail
-
create
public static AIFileFlushProc create(long functionPointer)
Creates aAIFileFlushProcinstance from the specified function pointer.- Returns:
- the new
AIFileFlushProc
-
createSafe
@Nullable public static AIFileFlushProc createSafe(long functionPointer)
-
create
public static AIFileFlushProc create(AIFileFlushProcI instance)
Creates aAIFileFlushProcinstance that delegates to the specifiedAIFileFlushProcIinstance.
-
-