/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_apache_mina_jni_ByteBufferAllocator */ #ifndef _Included_org_apache_mina_jni_ByteBufferAllocator #define _Included_org_apache_mina_jni_ByteBufferAllocator #ifdef __cplusplus extern "C" { #endif /* * Class: org_apache_mina_jni_ByteBufferAllocator * Method: _allocate * Signature: (I)Ljava/nio/ByteBuffer; */ JNIEXPORT jobject JNICALL Java_org_apache_mina_jni_ByteBufferAllocator__1allocate (JNIEnv *, jclass, jint); /* * Class: org_apache_mina_jni_ByteBufferAllocator * Method: _map * Signature: (JI)Ljava/nio/ByteBuffer; */ JNIEXPORT jobject JNICALL Java_org_apache_mina_jni_ByteBufferAllocator__1map (JNIEnv *, jclass, jlong, jint); /* * Class: org_apache_mina_jni_ByteBufferAllocator * Method: _address * Signature: (Ljava/nio/ByteBuffer;)J */ JNIEXPORT jlong JNICALL Java_org_apache_mina_jni_ByteBufferAllocator__1address (JNIEnv *, jclass, jobject); /* * Class: org_apache_mina_jni_ByteBufferAllocator * Method: _deallocate * Signature: (J)V */ JNIEXPORT void JNICALL Java_org_apache_mina_jni_ByteBufferAllocator__1deallocate (JNIEnv *, jclass, jlong); #ifdef __cplusplus } #endif #endif