ref:
The mapping between the Java type and C type is:
Type Signature | Java Type |
---|---|
Z | boolean |
B | byte |
C | char |
D | double |
F | float |
I | short |
J | long |
L | object |
S | short |
V | void |
Lfully-qualified-class; | fully-qualified-class |
[type | array of type[] |