/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class gnu_java_nio_MappedByteFileBuffer */ #ifndef _Included_gnu_java_nio_MappedByteFileBuffer #define _Included_gnu_java_nio_MappedByteFileBuffer #ifdef __cplusplus extern "C" { #endif /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_read_Byte_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIJ)B */ JNIEXPORT jbyte JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1read_1Byte_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_write_Byte_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIBJ)V */ JNIEXPORT void JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1write_1Byte_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jbyte, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_read_Short_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIJ)S */ JNIEXPORT jshort JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1read_1Short_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_write_Short_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IISJ)V */ JNIEXPORT void JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1write_1Short_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jshort, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_read_Char_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIJ)C */ JNIEXPORT jchar JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1read_1Char_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_write_Char_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IICJ)V */ JNIEXPORT void JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1write_1Char_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jchar, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_read_Int_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIJ)I */ JNIEXPORT jint JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1read_1Int_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_write_Int_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIIJ)V */ JNIEXPORT void JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1write_1Int_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jint, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_read_Long_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIJ)J */ JNIEXPORT jlong JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1read_1Long_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_write_Long_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIJJ)V */ JNIEXPORT void JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1write_1Long_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jlong, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_read_Float_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIJ)F */ JNIEXPORT jfloat JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1read_1Float_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_write_Float_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIFJ)V */ JNIEXPORT void JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1write_1Float_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jfloat, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_read_Double_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIJ)D */ JNIEXPORT jdouble JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1read_1Double_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jlong); /* * Class: gnu_java_nio_MappedByteFileBuffer * Method: nio_write_Double_file_channel * Signature: (Lgnu/java/nio/FileChannelImpl;IIDJ)V */ JNIEXPORT void JNICALL Java_gnu_java_nio_MappedByteFileBuffer_nio_1write_1Double_1file_1channel (JNIEnv *, jclass, jobject, jint, jint, jdouble, jlong); #ifdef __cplusplus } #endif #endif