Package com.sun.jna

Class JNIEnv


  • public final class JNIEnv
    extends Object
    Marker type for the JNIEnv pointer. Use this to wrap native methods that take a JNIEnv* parameter. Pass CURRENT as the argument.
    • Field Detail

      • CURRENT

        public static final JNIEnv CURRENT
        Marker object representing the current thread's JNIEnv pointer.