Package org.freedesktop.wayland.raw
Class C_1.open
java.lang.Object
org.freedesktop.wayland.raw.C_1.open
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegment
address()
Returns the address.int
apply
(MemorySegment __file, int __oflag, Object... x2) Returns the specialized descriptor.handle()
Returns the specialized method handle.static C_1.open
makeInvoker
(MemoryLayout... layouts) Variadic invoker factory for:extern int open(const char *__file, int __oflag, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int open(const char *__file, int __oflag, ...)
-
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-