Uses of Interface
jdk.incubator.foreign.LibraryLookup
Packages that use LibraryLookup
Package
Description
Classes to support low-level and efficient foreign memory/function access, directly from Java.
-
Uses of LibraryLookup in jdk.incubator.foreign
Methods in jdk.incubator.foreign that return LibraryLookupModifier 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.