Package app.photofox.vipsffm.jextract
Class VipsRaw.vips_image_new_from_buffer
java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_image_new_from_buffer
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.apply(MemorySegment buf, long len, MemorySegment option_string, Object... x3) Returns the specialized descriptor.handle()Returns the specialized method handle.makeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern VipsImage *vips_image_new_from_buffer(const void *buf, size_t len, const char *option_string, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern VipsImage *vips_image_new_from_buffer(const void *buf, size_t len, const char *option_string, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-