Game Development Reference
In-Depth Information
jobject
jstring
jthrowable
jclass
jarray
jobjectArray
jbooleanArray
jbyteArray
jcharArray
jshortArray
jintArray
jlongArray
jfloatArray
jdoubleArray
Figure 11-4. Reference type hierarchy
JNI Signature Types
The JNI uses the Java Virtual Machine's representation of signature types that are used to define a
specific function, including its return value type and the types of its input parameters. The signature
types are as follows:
Z boolean type
B byte type
C char type
S short type
I int type
J long type
F float type
D double type
L fully-qualified-class; fully qualified class
 
Search WWH ::




Custom Search