JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
SEARCH
Uses of Interface
java.lang.foreign.Linker
Packages that use
Linker
PREVIEW
Package
Description
java.lang.foreign
Provides low-level access to memory and functions outside the Java runtime.
Uses of
Linker
PREVIEW
in
java.lang.foreign
Methods in
java.lang.foreign
that return
Linker
PREVIEW
Modifier and Type
Method
Description
static
Linker
PREVIEW
Linker.
nativeLinker
()
Returns a linker for the ABI associated with the underlying native platform.