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

Function Java_java_io_FileOutputStream_write__II

classpath/java-io.cpp:805–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803}
804
805extern "C" JNIEXPORT void JNICALL
806 Java_java_io_FileOutputStream_write__II(JNIEnv* e, jclass, jint fd, jint c)
807{
808 jbyte data = c;
809 doWrite(e, fd, &data, 1);
810}
811
812extern "C" JNIEXPORT void JNICALL
813 Java_java_io_FileOutputStream_write__I_3BII(JNIEnv* e,

Callers

nothing calls this directly

Calls 1

doWriteFunction · 0.70

Tested by

no test coverage detected