00001 /* DO NOT EDIT THIS FILE - it is machine generated */ 00002 #include <jni.h> 00003 /* Header for class de_aitools_aq_invertedindex_core_IndexBuilder */ 00004 00005 #ifndef _Included_de_aitools_aq_invertedindex_core_IndexBuilder 00006 #define _Included_de_aitools_aq_invertedindex_core_IndexBuilder 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 /* 00011 * Class: de_aitools_aq_invertedindex_core_IndexBuilder 00012 * Method: natInstance 00013 * Signature: (Ljava/lang/String;)I 00014 */ 00015 JNIEXPORT jint JNICALL Java_de_aitools_aq_invertedindex_core_IndexBuilder_natInstance 00016 (JNIEnv *, jobject, jstring); 00017 00018 /* 00019 * Class: de_aitools_aq_invertedindex_core_IndexBuilder 00020 * Method: natBuild 00021 * Signature: (I[B)V 00022 */ 00023 JNIEXPORT void JNICALL Java_de_aitools_aq_invertedindex_core_IndexBuilder_natBuild 00024 (JNIEnv *, jobject, jint, jbyteArray); 00025 00026 /* 00027 * Class: de_aitools_aq_invertedindex_core_IndexBuilder 00028 * Method: natDelete 00029 * Signature: (I)V 00030 */ 00031 JNIEXPORT void JNICALL Java_de_aitools_aq_invertedindex_core_IndexBuilder_natDelete 00032 (JNIEnv *, jobject, jint); 00033 00034 #ifdef __cplusplus 00035 } 00036 #endif 00037 #endif