Skip navigation links
JNA API 4.5.2
com.sun.jna

Class JNIEnv



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

      Fields 
      Modifier and Type Field and Description
      static JNIEnv CURRENT
      Marker object representing the current thread's JNIEnv pointer.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CURRENT

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

Copyright © 2007-2017 Timothy Wall. All Rights Reserved.