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.foreignMethods in jdk.incubator.foreign that return LibraryLookupModifier and TypeMethodDescriptionstatic LibraryLookupLibraryLookup.ofDefault()Obtain a default library lookup object.static LibraryLookupObtain a library lookup object corresponding to a library identified by given library name.static LibraryLookupObtain a library lookup object corresponding to a library identified by given path.