Interface RawFunctionLoader
- All Known Subinterfaces:
ISharedLibrary
- All Known Implementing Classes:
JavaSystemLibrary
,UnixLibrary
,WindowsLibrary
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@NotNull MemorySegment
static @Nullable MethodHandle
link
(@NotNull MemorySegment segment, FunctionDescriptor descriptor) static @Nullable MethodHandle
linkWithOptions
(@NotNull MemorySegment segment, FunctionDescriptor descriptor, Linker.Option... options) default @NotNull MemorySegment
-
Field Details
-
nativeLinker
-
-
Method Details
-
apply
-
load
-
link
@Nullable static @Nullable MethodHandle link(@NotNull @NotNull MemorySegment segment, FunctionDescriptor descriptor) -
linkWithOptions
@Nullable static @Nullable MethodHandle linkWithOptions(@NotNull @NotNull MemorySegment segment, FunctionDescriptor descriptor, Linker.Option... options)
-