Class spng_realloc_fn

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.spng.spng_realloc_fn
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, spng_realloc_fnI

public abstract class spng_realloc_fn extends Callback implements spng_realloc_fnI
Callback function: spng_realloc_fn
  • Method Details

    • create

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

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

      public static spng_realloc_fn create(spng_realloc_fnI instance)
      Creates a spng_realloc_fn instance that delegates to the specified spng_realloc_fnI instance.