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

Function Java_java_io_FileInputStream_close

classpath/java-io.cpp:780–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780extern "C" JNIEXPORT void JNICALL
781 Java_java_io_FileInputStream_close(JNIEnv* e, jclass, jint fd)
782{
783 doClose(e, fd);
784}
785
786extern "C" JNIEXPORT jint JNICALL
787 Java_java_io_FileOutputStream_open(JNIEnv* e,

Callers

nothing calls this directly

Calls 1

doCloseFunction · 0.70

Tested by

no test coverage detected