jni接口
https://www.jianshu.com/p/d4a502420a89
#pragma once
/*DO NOT EDIT THIS FILE - it is machine generated*/
#include "jni.h"
/*Header for class HelloWorld*/
#ifdef __cplusplus
extern "C" {
#endif
/*
*Class:HelloWorld
*Method:displayHelloWorld
*Signature:()V
*/
JNIEXPORT bool JNICALL
Java_cn_ac_linuxce_filecheck_component_file_PropertiedFileCheck_init(JNIEnv*, jobject);
JNIEXPORT jstring JNICALL
Java_cn_ac_linuxce_filecheck_component_file_PropertiedFileCheck_checkFile(JNIEnv* env, jobject, jstring filePath, jstring relPath, jstring keywords, int wordsSize);
JNIEXPORT bool JNICALL
Java_cn_ac_linuxce_filecheck_component_file_PropertiedFileCheck_finalize(JNIEnv*, jobject);
#ifdef __cplusplus
}
#endif
浙公网安备 33010602011771号