JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Java SE 17 & JDK 17
DRAFT 17-crac+6-21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
SEARCH:
Uses of Interface
jdk.incubator.foreign.CLinker
Packages that use
CLinker
Package
Description
jdk.incubator.foreign
Classes to support low-level and efficient foreign memory/function access, directly from Java.
Uses of
CLinker
in
jdk.incubator.foreign
Methods in
jdk.incubator.foreign
that return
CLinker
Modifier and Type
Method
Description
static
CLinker
CLinker.
getInstance
()
Returns the C linker for the current platform.