Searched refs:outputStream_writeMethod (Results 1 – 3 of 3) sorted by relevance
50 env->CallVoidMethod(getStream(), jniutil::outputStream_writeMethod, javaBytes.get()); in write()
50 extern jmethodID outputStream_writeMethod;
47 jmethodID outputStream_writeMethod; variable77 outputStream_writeMethod = getMethodRef(env, outputStreamClass, "write", "([B)V"); in init()