MCPcopy Create free account
hub / github.com/ReadyTalk/avian / Java_java_io_FileOutputStream_close

Function Java_java_io_FileOutputStream_close

classpath/java-io.cpp:835–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833}
834
835extern "C" JNIEXPORT void JNICALL
836 Java_java_io_FileOutputStream_close(JNIEnv* e, jclass, jint fd)
837{
838 doClose(e, fd);
839}
840
841extern "C" JNIEXPORT void JNICALL
842 Java_java_io_RandomAccessFile_open(JNIEnv* e,

Callers

nothing calls this directly

Calls 1

doCloseFunction · 0.70

Tested by

no test coverage detected