Uses of Class
com.avpkit.ferry.JNILibrary
-
Packages that use JNILibrary Package Description com.avpkit.ferry A collection of classes that ferry objects from Java to native code and back, and manage native memory. -
-
Uses of JNILibrary in com.avpkit.ferry
Methods in com.avpkit.ferry with parameters of type JNILibrary Modifier and Type Method Description intJNILibrary. compareTo(JNILibrary o)static voidJNILibrary. load(java.lang.String appname, JNILibrary library)Load the given library into the given application.
-