#include <jni.h>
Go to the source code of this file.
Functions | |
JNIEXPORT jint JNICALL | Java_de_aitools_aq_invertedindex_core_IndexBuilder_natInstance (JNIEnv *, jobject, jstring) |
JNIEXPORT void JNICALL | Java_de_aitools_aq_invertedindex_core_IndexBuilder_natBuild (JNIEnv *, jobject, jint, jbyteArray) |
JNIEXPORT void JNICALL | Java_de_aitools_aq_invertedindex_core_IndexBuilder_natDelete (JNIEnv *, jobject, jint) |
JNIEXPORT void JNICALL Java_de_aitools_aq_invertedindex_core_IndexBuilder_natBuild | ( | JNIEnv * | , | |
jobject | , | |||
jint | , | |||
jbyteArray | ||||
) |
Definition at line 44 of file IndexBuilder.java.cpp.
References JNINativeInterface_::GetByteArrayElements(), and aitools::util::throw_invalid_argument().
JNIEXPORT void JNICALL Java_de_aitools_aq_invertedindex_core_IndexBuilder_natDelete | ( | JNIEnv * | , | |
jobject | , | |||
jint | ||||
) |
Definition at line 68 of file IndexBuilder.java.cpp.