< prev index next >

src/java.base/windows/native/libnio/ch/FileChannelImpl.c

Print this page

        

*** 216,220 **** --- 216,226 ---- JNU_ThrowIOExceptionWithLastError(env, "transfer failed"); return IOS_THROWN; } return chunkSize; } + + JNIEXPORT jint JNICALL + Java_sun_nio_ch_FileChannelImpl_setDirect0(JNIEnv *env, jobject this, jobject fObj) + { + return 0; + }
< prev index next >