Uses of Class
com.avpkit.ferry.JNIEnv
-
Packages that use JNIEnv 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 JNIEnv in com.avpkit.ferry
Methods in com.avpkit.ferry that return JNIEnv Modifier and Type Method Description static JNIEnvJNIEnv. getEnv()Get the (static)JNIEnvfor this JVM.
-