Searched refs:JNU_ThrowIOException (Results 1 – 4 of 4) sorted by relevance
45 JNU_ThrowIOException(env, "Stream Closed"); in readSingle()109 JNU_ThrowIOException(env, "Stream Closed"); in readBytes()137 JNU_ThrowIOException(env, "Stream Closed"); in writeSingle()190 JNU_ThrowIOException(env, "Stream Closed"); in writeBytes()
76 JNU_ThrowIOException (env, "Stream Closed"); in FileInputStream_skip0()130 JNU_ThrowIOException (env, "Stream Closed"); in FileInputStream_available0()
74 JNU_ThrowIOException(JNIEnv *env, const char *msg);
122 JNU_ThrowIOException(JNIEnv *env, const char *msg) in JNU_ThrowIOException() function