Package app.photofox.vipsffm.jextract
Class VipsRaw.vips_image_write_to_buffer
java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_image_write_to_buffer
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment in, MemorySegment suffix, MemorySegment buf, MemorySegment size, Object... x4) Returns the specialized descriptor.handle()Returns the specialized method handle.makeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_image_write_to_buffer(VipsImage *in, const char *suffix, void **buf, size_t *size, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_image_write_to_buffer(VipsImage *in, const char *suffix, void **buf, size_t *size, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
public int apply(MemorySegment in, MemorySegment suffix, MemorySegment buf, MemorySegment size, Object... x4)
-