Interface AIFileSeekI

  • All Superinterfaces:
    org.lwjgl.system.CallbackI, org.lwjgl.system.CallbackI.I, org.lwjgl.system.Pointer
    All Known Implementing Classes:
    AIFileSeek


    @FunctionalInterface
    public interface AIFileSeekI
    extends org.lwjgl.system.CallbackI.I

    Type

     aiReturn (*) (
         struct aiFile *pFile,
         size_t offset,
         aiOrigin origin
     )
    • 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.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.Z
      • Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer

        org.lwjgl.system.Pointer.Default
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String SIGNATURE 
      • Fields inherited from interface org.lwjgl.system.Pointer

        POINTER_SHIFT, POINTER_SIZE
    • Method Detail

      • getSignature

        default java.lang.String getSignature()
        Specified by:
        getSignature in interface org.lwjgl.system.CallbackI
      • callback

        default int callback(long args)
        Specified by:
        callback in interface org.lwjgl.system.CallbackI.I
      • invoke

        int invoke(long pFile,
                   long offset,
                   int origin)
        File seek procedure
        Parameters:
        pFile - File pointer to seek to
        offset - Number of bytes to shift from origin
        origin - Position used as reference for the offset.