|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LibraryOption | |
|---|---|
| jnr.ffi | |
| jnr.ffi.provider.jffi | |
| Uses of LibraryOption in jnr.ffi |
|---|
| Methods in jnr.ffi that return LibraryOption | |
|---|---|
static LibraryOption |
LibraryOption.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LibraryOption[] |
LibraryOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Method parameters in jnr.ffi with type arguments of type LibraryOption | ||
|---|---|---|
static
|
Library.loadLibrary(Class<T> interfaceClass,
Map<LibraryOption,?> libraryOptions,
String... libraryNames)
Loads a native library and links the methods defined in interfaceClass
to native methods in the library. |
|
abstract
|
FFIProvider.loadLibrary(Class<T> interfaceClass,
Map<LibraryOption,?> libraryOptions,
String... libraryNames)
Loads a native library and links the methods defined in interfaceClass
to native methods in the library. |
|
static
|
Library.loadLibrary(String libraryName,
Class<T> interfaceClass,
Map<LibraryOption,?> libraryOptions)
Loads a native library and links the methods defined in interfaceClass
to native methods in the library. |
|
abstract
|
FFIProvider.loadLibrary(String libraryName,
Class<T> interfaceClass,
Map<LibraryOption,?> libraryOptions)
Loads a native library and links the methods defined in interfaceClass
to native methods in the library. |
|
| Uses of LibraryOption in jnr.ffi.provider.jffi |
|---|
| Method parameters in jnr.ffi.provider.jffi with type arguments of type LibraryOption | ||
|---|---|---|
|
Provider.loadLibrary(Class<T> interfaceClass,
Map<LibraryOption,?> libraryOptions,
String... libraryNames)
|
|
|
Provider.loadLibrary(String libraryName,
Class<T> interfaceClass,
Map<LibraryOption,?> libraryOptions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||