/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class java_io_FileOutputStream */ #ifndef _Included_java_io_FileOutputStream #define _Included_java_io_FileOutputStream #ifdef __cplusplus extern "C" { #endif /* * Class: java_io_FileOutputStream * Method: writeInternal * Signature: (I[BII)V */ JNIEXPORT void JNICALL Java_java_io_FileOutputStream_writeInternal (JNIEnv *, jobject, jint, jbyteArray, jint, jint); /* * Class: java_io_FileOutputStream * Method: open * Signature: (Ljava/lang/String;Z)I */ JNIEXPORT jint JNICALL Java_java_io_FileOutputStream_open (JNIEnv *, jobject, jstring, jboolean); /* * Class: java_io_FileOutputStream * Method: closeInternal * Signature: (I)V */ JNIEXPORT void JNICALL Java_java_io_FileOutputStream_closeInternal (JNIEnv *, jobject, jint); #ifdef __cplusplus } #endif #endif