Class AIFileSeek

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.assimp.AIFileSeek
All Implemented Interfaces:
AutoCloseable, AIFileSeekI, CallbackI, NativeResource, Pointer

public abstract class AIFileSeek extends Callback implements AIFileSeekI
Callback function: aiFileSeek
  • Method Details

    • create

      public static AIFileSeek create(long functionPointer)
      Creates a AIFileSeek instance from the specified function pointer.
      Returns:
      the new AIFileSeek
    • createSafe

      public static @Nullable AIFileSeek createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static AIFileSeek create(AIFileSeekI instance)
      Creates a AIFileSeek instance that delegates to the specified AIFileSeekI instance.