Package org.lwjgl.stb

Class STBIZlibCompress

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.stb.STBIZlibCompress
All Implemented Interfaces:
AutoCloseable, STBIZlibCompressI, CallbackI, NativeResource, Pointer

public abstract class STBIZlibCompress extends Callback implements STBIZlibCompressI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static STBIZlibCompress create(STBIZlibCompressI instance)
      Creates a STBIZlibCompress instance that delegates to the specified STBIZlibCompressI instance.