Package org.lwjgl.assimp
Class AIFileSeek
- java.lang.Object
-
- org.lwjgl.system.Callback
-
- org.lwjgl.assimp.AIFileSeek
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,AIFileSeekI
,org.lwjgl.system.CallbackI
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public abstract class AIFileSeek extends org.lwjgl.system.Callback implements AIFileSeekI
Type
aiReturn (*
AIFileSeekI.invoke(long, long, int)
) ( struct aiFile *pFile, size_t offset, aiOrigin origin )
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.assimp.AIFileSeekI
CIF
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AIFileSeek
create(long functionPointer)
Creates aAIFileSeek
instance from the specified function pointer.static AIFileSeek
create(AIFileSeekI instance)
Creates aAIFileSeek
instance that delegates to the specifiedAIFileSeekI
instance.static AIFileSeek
createSafe(long functionPointer)
-
Methods inherited from interface org.lwjgl.assimp.AIFileSeekI
callback, getCallInterface, invoke
-
-
-
-
Method Detail
-
create
public static AIFileSeek create(long functionPointer)
Creates aAIFileSeek
instance from the specified function pointer.- Returns:
- the new
AIFileSeek
-
createSafe
@Nullable public static AIFileSeek createSafe(long functionPointer)
-
create
public static AIFileSeek create(AIFileSeekI instance)
Creates aAIFileSeek
instance that delegates to the specifiedAIFileSeekI
instance.
-
-