Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
780
extern
"C"
JNIEXPORT void JNICALL
781
Java_java_io_FileInputStream_close(JNIEnv* e, jclass, jint fd)
782
{
783
doClose(e, fd);
784
}
785
786
extern
"C"
JNIEXPORT jint JNICALL
787
Java_java_io_FileOutputStream_open(JNIEnv* e,
Callers
nothing calls this directly
Calls
1
doClose
Function · 0.70
Tested by
no test coverage detected