Class VipsRaw.vips_image_write_to_target

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

public static class VipsRaw.vips_image_write_to_target extends Object
Variadic invoker class for:
extern int vips_image_write_to_target(VipsImage *in, const char *suffix, VipsTarget *target, ...)
  • Method Details

    • makeInvoker

      public static VipsRaw.vips_image_write_to_target makeInvoker(MemoryLayout... layouts)
      Variadic invoker factory for:
      extern int vips_image_write_to_target(VipsImage *in, const char *suffix, VipsTarget *target, ...)
      
    • 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 int apply(MemorySegment in, MemorySegment suffix, MemorySegment target, Object... x3)