Package-level declarations
Functions
Deletes the global reference pointed to by globalRef.
Deletes the local reference pointed to by localRef.
Since JDK 1.2, when FindClass is called through the Invocation Interface, there is no current native method or its associated class loader. In that case, the result of ClassLoader.getSystemClassLoader is used. This is the class loader the virtual machine creates for applications, and is able to locate classes listed in the java.class.path property.
Casts common jobject to jni.jobject
Returns the method ID for an instance (nonstatic) method of a class or interface. The method may be defined in one of the clazz’s supertypes and inherited by clazz. The method is determined by its name and signature.
Creates a new global reference to the object referred to by the obj argument. The obj argument may be a global or local reference. Global references must be explicitly disposed of by calling DeleteGlobalRef.
Convert a native wrapper binding.ByteBuffer to a jobject representing the same binding.ByteBuffer.
Convert jobject representing a java.nio.ByteBuffer to a native binding.ByteBuffer wrapper.