JNI (Java Native Interface) is a layer of interface encapsulated by Java to call C, C++ and other Native codes, which is equivalent to a bridge. Through JNI, ...
確定! 回上一頁