Class FT_Stream_CloseFunc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.freetype.FT_Stream_CloseFunc
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, FT_Stream_CloseFuncI

public abstract class FT_Stream_CloseFunc extends Callback implements FT_Stream_CloseFuncI
Callback function: FT_Stream_CloseFunc
  • Method Details

    • create

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

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

      public static FT_Stream_CloseFunc create(FT_Stream_CloseFuncI instance)
      Creates a FT_Stream_CloseFunc instance that delegates to the specified FT_Stream_CloseFuncI instance.