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)
| 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 |