| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class java_io_FileOutputStream */ |
| 4 | |
| 5 | #ifndef _Included_java_io_FileOutputStream |
| 6 | #define _Included_java_io_FileOutputStream |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | /* |
| 11 | * Class: java_io_FileOutputStream |
| 12 | * Method: open0 |
| 13 | * Signature: (Ljava/lang/String;Z)V |
| 14 | */ |
| 15 | JNIEXPORT void JNICALL Java_java_io_FileOutputStream_open0 |
| 16 | (JNIEnv *, jobject, jstring, jboolean); |
| 17 | |
| 18 | /* |
| 19 | * Class: java_io_FileOutputStream |
| 20 | * Method: write |
| 21 | * Signature: (IZ)V |
| 22 | */ |
| 23 | JNIEXPORT void JNICALL Java_java_io_FileOutputStream_write |
| 24 | (JNIEnv *, jobject, jint, jboolean); |
| 25 | |
| 26 | /* |
| 27 | * Class: java_io_FileOutputStream |
| 28 | * Method: writeBytes |
| 29 | * Signature: ([BIIZ)V |
| 30 | */ |
| 31 | JNIEXPORT void JNICALL Java_java_io_FileOutputStream_writeBytes |
| 32 | (JNIEnv *, jobject, jbyteArray, jint, jint, jboolean); |
| 33 | |
| 34 | /* |
| 35 | * Class: java_io_FileOutputStream |
| 36 | * Method: initIDs |
| 37 | * Signature: ()V |
| 38 | */ |
| 39 | JNIEXPORT void JNICALL Java_java_io_FileOutputStream_initIDs |
| 40 | (JNIEnv *, jclass); |
| 41 | |
| 42 | #ifdef __cplusplus |
| 43 | } |
| 44 | #endif |
| 45 | #endif |
| 46 | |