Uses of Interface
jdk.incubator.foreign.LibraryLookup
Package
Description
Classes to support low-level and efficient foreign memory/function access, directly from Java.
-
Uses of LibraryLookup in jdk.incubator.foreign
Modifier and TypeMethodDescriptionstatic LibraryLookup
LibraryLookup.ofDefault()
Obtain a default library lookup object.static LibraryLookup
Obtain a library lookup object corresponding to a library identified by given library name.static LibraryLookup
Obtain a library lookup object corresponding to a library identified by given path.