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

Method load

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

Map a library interface to the current process, providing the explicit interface class. Native libraries loaded via this method may be found in several locations . @param Type of expected wrapper @param interfaceClass The implementation wrappe

(Class<T> interfaceClass)

Source from the content-addressed store, hash-verified

623 * dependent libraries are missing.
624 */
625 public static <T extends Library> T load(Class<T> interfaceClass) {
626 return load(null, interfaceClass);
627 }
628
629 /** Map a library interface to the current process, providing
630 * the explicit interface class. Any options provided for the library are

Callers 15

XextInterface · 0.95
XrenderInterface · 0.95
XevieInterface · 0.95
XTestInterface · 0.95
X11Interface · 0.95
LibCInterface · 0.95
CupsInterface · 0.95
Kstat2Interface · 0.95
LibKstatInterface · 0.95
getPerfstatInstanceMethod · 0.95
ExtAttrInterface · 0.95
CoreDLLInterface · 0.95

Calls 1

cacheOptionsMethod · 0.95

Tested by 15

setUpMethod · 0.76
setUpMethod · 0.76
checkPerformanceMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76
loadMethod · 0.76
testLoadProcessMethod · 0.76