00001 /* DO NOT EDIT THIS FILE - it is machine generated */ 00002 #include <jni.h> 00003 /* Header for class de_aitools_aq_invertedindex_core_Postlist */ 00004 00005 #ifndef _Included_de_aitools_aq_invertedindex_core_Postlist 00006 #define _Included_de_aitools_aq_invertedindex_core_Postlist 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 /* 00011 * Class: de_aitools_aq_invertedindex_core_Postlist 00012 * Method: natGetLength 00013 * Signature: (I)I 00014 */ 00015 JNIEXPORT jint JNICALL Java_de_aitools_aq_invertedindex_core_Postlist_natGetLength 00016 (JNIEnv *, jobject, jint); 00017 00018 /* 00019 * Class: de_aitools_aq_invertedindex_core_Postlist 00020 * Method: natDelete 00021 * Signature: (I)V 00022 */ 00023 JNIEXPORT void JNICALL Java_de_aitools_aq_invertedindex_core_Postlist_natDelete 00024 (JNIEnv *, jobject, jint); 00025 00026 /* 00027 * Class: de_aitools_aq_invertedindex_core_Postlist 00028 * Method: natRewind 00029 * Signature: (I)V 00030 */ 00031 JNIEXPORT void JNICALL Java_de_aitools_aq_invertedindex_core_Postlist_natRewind 00032 (JNIEnv *, jobject, jint); 00033 00034 /* 00035 * Class: de_aitools_aq_invertedindex_core_Postlist 00036 * Method: natNext 00037 * Signature: (I)[B 00038 */ 00039 JNIEXPORT jbyteArray JNICALL Java_de_aitools_aq_invertedindex_core_Postlist_natNext 00040 (JNIEnv *, jobject, jint); 00041 00042 #ifdef __cplusplus 00043 } 00044 #endif 00045 #endif