Package com.oracle.nfi.api
Interface NativeLibraryHandle
-
public interface NativeLibraryHandleAn 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.StringgetName()Gets a name for this library.
-