public abstract class AIFileSeek extends org.lwjgl.system.Callback implements AIFileSeekI
aiReturn (*) (
struct aiFile *pFile,
size_t offset,
aiOrigin origin
)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 AIFileSeek |
create(AIFileSeekI instance)
Creates a
AIFileSeek instance that delegates to the specified AIFileSeekI instance. |
static AIFileSeek |
create(long functionPointer)
Creates a
AIFileSeek instance from the specified function pointer. |
static AIFileSeek |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static AIFileSeek create(long functionPointer)
AIFileSeek instance from the specified function pointer.AIFileSeek@Nullable public static AIFileSeek createSafe(long functionPointer)
public static AIFileSeek create(AIFileSeekI instance)
AIFileSeek instance that delegates to the specified AIFileSeekI instance.Copyright LWJGL. All Rights Reserved. License terms.