What is the jsize type in Java Native Interface?

前端 未结 0 752
情书的邮戳
情书的邮戳 2020-12-12 01:29

jsize is used to get the array length as show below.

// Here buf is a jArray type
jsize length = (*env)->GetArrayLength(env, buf);
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题