Class VipsRaw.vips_image_new_from_buffer

java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_image_new_from_buffer
Enclosing class:
VipsRaw

public static class VipsRaw.vips_image_new_from_buffer extends Object
Variadic invoker class for:
extern VipsImage *vips_image_new_from_buffer(const void *buf, size_t len, const char *option_string, ...)
  • Method Details

    • makeInvoker

      public static VipsRaw.vips_image_new_from_buffer makeInvoker(MemoryLayout... layouts)
      Variadic invoker factory for:
      extern VipsImage *vips_image_new_from_buffer(const void *buf, size_t len, const char *option_string, ...)
      
    • address

      public static MemorySegment address()
      Returns the address.
      Returns:
      the address
    • handle

      public MethodHandle handle()
      Returns the specialized method handle.
      Returns:
      the specialized method handle
    • descriptor

      public FunctionDescriptor descriptor()
      Returns the specialized descriptor.
      Returns:
      the specialized descriptor
    • apply

      public MemorySegment apply(MemorySegment buf, long len, MemorySegment option_string, Object... x3)