最終更新:2018-11-13 (火) 14:56:58 (1989d)  

JNI/型
Top / JNI / 型

ネイティブ変数型JNI/型DescriptionType signature
unsigned charjboolean?unsigned 8 bits?Z?
signed char?jbyte?signed 8 bits?B?
unsigned short?jchar?unsigned 16 bits?C
shortjshort?signed 16 bits?S
intjintsigned 32 bits?I?
long long
__int64?
jlong?signed 64 bits?J?
floatjfloat?32 bits?F?
doublejdouble64 bits?D?