java.c.jni

Undocumented in source.

Members

Aliases

JNIEnv
alias JNIEnv = JNINativeInterface_*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JavaVM
alias JavaVM = JNIInvokeInterface_*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jarray
alias jarray = jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jboolean
alias jboolean = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jbooleanArray
alias jbooleanArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jbyte
alias jbyte = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jbyteArray
alias jbyteArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jchar
alias jchar = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jcharArray
alias jcharArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jclass
alias jclass = jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jdouble
alias jdouble = double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jdoubleArray
alias jdoubleArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jfieldID
alias jfieldID = _jfieldID*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jfloat
alias jfloat = float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jfloatArray
alias jfloatArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jint
alias jint = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jintArray
alias jintArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jlong
alias jlong = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jlongArray
alias jlongArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jmethodID
alias jmethodID = _jmethodID*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jobject
alias jobject = _jobject*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jobjectArray
alias jobjectArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jshort
alias jshort = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jshortArray
alias jshortArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jsize
alias jsize = jint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jstring
alias jstring = jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jthrowable
alias jthrowable = jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jweak
alias jweak = jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

JNI_OK
anonymousenum JNI_OK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jobjectRefType
enum jobjectRefType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

JNI_CreateJavaVM
jint JNI_CreateJavaVM(JavaVM** pvm, void** penv, void* args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_GetCreatedJavaVMs
jint JNI_GetCreatedJavaVMs(JavaVM** , jsize , jsize* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_GetDefaultJavaVMInitArgs
jint JNI_GetDefaultJavaVMInitArgs(void* args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_OnLoad
jint JNI_OnLoad(JavaVM* vm, void* reserved)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_OnUnload
void JNI_OnUnload(JavaVM* vm, void* reserved)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

JNI_ABORT
enum JNI_ABORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_COMMIT
enum JNI_COMMIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_FALSE
enum JNI_FALSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_TRUE
enum JNI_TRUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_VERSION_1_1
enum JNI_VERSION_1_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_VERSION_1_2
enum JNI_VERSION_1_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_VERSION_1_4
enum JNI_VERSION_1_4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNI_VERSION_1_6
enum JNI_VERSION_1_6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

JNIEnv_
struct JNIEnv_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNIInvokeInterface_
struct JNIInvokeInterface_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNINativeInterface_
struct JNINativeInterface_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JNINativeMethod
struct JNINativeMethod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JavaVMAttachArgs
struct JavaVMAttachArgs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JavaVMInitArgs
struct JavaVMInitArgs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JavaVMOption
struct JavaVMOption
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JavaVM_
struct JavaVM_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jfieldID
struct _jfieldID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jmethodID
struct _jmethodID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_jobject
struct _jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

jvalue
union jvalue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta