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

Function doWrite

classpath/java-io.cpp:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175inline void doWrite(JNIEnv* e, jint fd, const jbyte* data, jint length)
176{
177 int r = WRITE(fd, data, length);
178 if (r != length) {
179 throwNewErrno(e, "java/io/IOException");
180 }
181}
182
183#ifdef PLATFORM_WINDOWS
184

Calls 1

throwNewErrnoFunction · 0.85

Tested by

no test coverage detected