Class OPEWriteFunc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.opus.OPEWriteFunc
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, OPEWriteFuncI

public abstract class OPEWriteFunc extends Callback implements OPEWriteFuncI
Callback function: ope_write_func
  • Method Details

    • create

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

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

      public static OPEWriteFunc create(OPEWriteFuncI instance)
      Creates a OPEWriteFunc instance that delegates to the specified OPEWriteFuncI instance.