Class FT_Stream_IoFunc

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

public abstract class FT_Stream_IoFunc extends Callback implements FT_Stream_IoFuncI
Callback function: FT_Stream_IoFunc
  • Method Details

    • create

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

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

      public static FT_Stream_IoFunc create(FT_Stream_IoFuncI instance)
      Creates a FT_Stream_IoFunc instance that delegates to the specified FT_Stream_IoFuncI instance.