1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
---|---|
2 | #include <jni.h> |
3 | /* Header for class sun_nio_ch_SocketDispatcher */ |
4 | |
5 | #ifndef _Included_sun_nio_ch_SocketDispatcher |
6 | #define _Included_sun_nio_ch_SocketDispatcher |
7 | #ifdef __cplusplus |
8 | extern "C"{ |
9 | #endif |
10 | /* |
11 | * Class: sun_nio_ch_SocketDispatcher |
12 | * Method: read0 |
13 | * Signature: (Ljava/io/FileDescriptor;JI)I |
14 | */ |
15 | JNIEXPORT jint JNICALL Java_sun_nio_ch_SocketDispatcher_read0 |
16 | (JNIEnv *, jclass, jobject, jlong, jint); |
17 | |
18 | /* |
19 | * Class: sun_nio_ch_SocketDispatcher |
20 | * Method: readv0 |
21 | * Signature: (Ljava/io/FileDescriptor;JI)J |
22 | */ |
23 | JNIEXPORT jlong JNICALL Java_sun_nio_ch_SocketDispatcher_readv0 |
24 | (JNIEnv *, jclass, jobject, jlong, jint); |
25 | |
26 | #ifdef __cplusplus |
27 | } |
28 | #endif |
29 | #endif |
30 |