首页 > 编程语言 > 详细

Java Native Interface Specification - Chapter 4 : JNI Functions

时间:2021-04-01 23:36:28      阅读:42      评论:0      收藏:0      [点我收藏+]

JNI官方文档:https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/jniTOC.html

JNI Functions


Chapter   4

This chapter serves as the reference section for the JNI functions. It provides a complete listing of all the JNI functions. It also presents the exact layout of the JNI function table.

Note the use of the term “must” to describe restrictions on JNI programmers. For example, when you see that a certain JNI function must receive a non-NULL object, it is your responsibility to ensure that NULL is not passed to that JNI function. As a result, a JNI implementation does not need to perform NULL pointer checks in that JNI function.

 

里面内容太多了,用时查官方文档吧

Java Native Interface Specification - Chapter 4 : JNI Functions

原文:https://www.cnblogs.com/hgwang/p/14440185.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!