27 lines
884 B
C
27 lines
884 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_cef_callback_CefResourceReadCallback_N */
|
|
|
|
#ifndef _Included_org_cef_callback_CefResourceReadCallback_N
|
|
#define _Included_org_cef_callback_CefResourceReadCallback_N
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_cef_callback_CefResourceReadCallback_N
|
|
* Method: N_Continue
|
|
* Signature: (JI)V
|
|
*/
|
|
JNIEXPORT void JNICALL
|
|
Java_org_cef_callback_CefResourceReadCallback_1N_N_1Continue(JNIEnv*,
|
|
jobject,
|
|
jlong,
|
|
jint,
|
|
jlong,
|
|
jbyteArray);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|