Class ExrRealloc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.tinyexr.ExrRealloc
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, ExrReallocI

public abstract class ExrRealloc extends Callback implements ExrReallocI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static ExrRealloc create(ExrReallocI instance)
      Creates a ExrRealloc instance that delegates to the specified ExrReallocI instance.