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.NativeResource
,org.lwjgl.system.Pointer
public abstract class AIFileFlushProc extends org.lwjgl.system.Callback implements AIFileFlushProcI
Type
void (*
AIFileFlushProcI.invoke(long)
) ( struct aiFile *pFile )
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.assimp.AIFileFlushProcI
CIF
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AIFileFlushProc
create(long functionPointer)
Creates aAIFileFlushProc
instance from the specified function pointer.static AIFileFlushProc
create(AIFileFlushProcI instance)
Creates aAIFileFlushProc
instance that delegates to the specifiedAIFileFlushProcI
instance.static AIFileFlushProc
createSafe(long functionPointer)
-
Methods inherited from interface org.lwjgl.assimp.AIFileFlushProcI
callback, getCallInterface, invoke
-
-
-
-
Method Detail
-
create
public static AIFileFlushProc create(long functionPointer)
Creates aAIFileFlushProc
instance 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 aAIFileFlushProc
instance that delegates to the specifiedAIFileFlushProcI
instance.
-
-