MCPcopy Index your code
hub / github.com/java-native-access/jna / open

Method open

src/com/sun/jna/Native.java:2324–2326  ·  view source on GitHub ↗

Open the requested native library with default options.

(String name)

Source from the content-addressed store, hash-verified

2322
2323 /** Open the requested native library with default options. */
2324 static long open(String name) {
2325 return open(name, -1);
2326 }
2327
2328 /** Open the requested native library with the specified platform-specific
2329 * otions.

Callers 2

loadLibraryMethod · 0.95
getInstanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected