C G J L 

C

com.github.fommil.jni - package com.github.fommil.jni
 

G

getJniName(String) - Static method in class com.github.fommil.jni.JniNamer
 

J

JNI_EXTRACT_DIR_PROP - Static variable in class com.github.fommil.jni.JniLoader
 
JniLoader - Class in com.github.fommil.jni
Simple (for the end user) native library loader.
JniLoader() - Constructor for class com.github.fommil.jni.JniLoader
 
JniNamer - Class in com.github.fommil.jni
Calculates predictable JNI library names from a library name and the platform.
JniNamer() - Constructor for class com.github.fommil.jni.JniNamer
 

L

load(String...) - Static method in class com.github.fommil.jni.JniLoader
Attempts to load a native library from the java.library.path and (if that fails) will extract the named file from the classpath into a pre-defined directory ("com.github.fommil.jni.dir", or - if not defined - a temporary directory is created) and load from there.
C G J L 

Copyright © 2013. All Rights Reserved.