changeset 50549 | 75a03a4cfbca |
parent 47216 | 71c04702a3d5 |
50548:c7633e5f8657 | 50549:75a03a4cfbca |
---|---|
70 jobject this, jbyteArray bytes, jint off, jint len, jboolean append) |
70 jobject this, jbyteArray bytes, jint off, jint len, jboolean append) |
71 { |
71 { |
72 writeBytes(env, this, bytes, off, len, append, fos_fd); |
72 writeBytes(env, this, bytes, off, len, append, fos_fd); |
73 } |
73 } |
74 |
74 |
75 JNIEXPORT void JNICALL |
|
76 Java_java_io_FileOutputStream_close0(JNIEnv *env, jobject this) { |
|
77 handleClose(env, this, fos_fd); |
|
78 } |