|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjnr.ffi.provider.FFIProvider
public abstract class FFIProvider
This class defines the facilities a JNR FFI provider must provide. You most likely do NOT want to use this class directly
| Constructor Summary | |
|---|---|
protected |
FFIProvider()
|
| Method Summary | ||
|---|---|---|
abstract
|
createLibraryLoader(Class<T> interfaceClass)
Creates a new LibraryLoader instance |
|
abstract Runtime |
getRuntime()
Gets the default Runtime for this provider |
|
static FFIProvider |
getSystemProvider()
Gets an instance of FFIProvider |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FFIProvider()
| Method Detail |
|---|
public static FFIProvider getSystemProvider()
public abstract Runtime getRuntime()
public abstract <T> LibraryLoader<T> createLibraryLoader(Class<T> interfaceClass)
LibraryLoader instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||