Package com.oracle.nfi.api
Interface NativeLibraryHandle
-
public interface NativeLibraryHandle
An opaque representation of a native library handle. A handle is obtained viaNativeFunctionInterface.getLibraryHandle(String)
. A handle is used to resolve a string to a handle or pointer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Gets a name for this library.
-