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

https://blog.csdn.net/u011598031/article/details/85051242

posted on 2019-11-23 13:01  lydstory  阅读(217)  评论(0)    收藏  举报

导航