Package app.photofox.vipsffm.jextract
Class VipsRaw.vips_arrayjoin
java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_arrayjoin
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment in, MemorySegment out, int n, Object... x3) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_arrayjoinmakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_arrayjoin(VipsImage **in, VipsImage **out, int n, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_arrayjoin(VipsImage **in, VipsImage **out, int n, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-