Class ktxStream_read

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.ktx.ktxStream_read
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, ktxStream_readI

public abstract class ktxStream_read extends Callback implements ktxStream_readI
Callback function: ktxStream_read
  • Method Details

    • create

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

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

      public static ktxStream_read create(ktxStream_readI instance)
      Creates a ktxStream_read instance that delegates to the specified ktxStream_readI instance.