1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_nio_ch_InheritedChannel */ |
4 | |
5 | #ifndef _Included_sun_nio_ch_InheritedChannel |
6 | #define _Included_sun_nio_ch_InheritedChannel |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | #undef sun_nio_ch_InheritedChannel_UNKNOWN |
11 | #define sun_nio_ch_InheritedChannel_UNKNOWN -1L |
12 | #undef sun_nio_ch_InheritedChannel_SOCK_STREAM |
13 | #define sun_nio_ch_InheritedChannel_SOCK_STREAM 1L |
14 | #undef sun_nio_ch_InheritedChannel_SOCK_DGRAM |
15 | #define sun_nio_ch_InheritedChannel_SOCK_DGRAM 2L |
16 | #undef sun_nio_ch_InheritedChannel_O_RDONLY |
17 | #define sun_nio_ch_InheritedChannel_O_RDONLY 0L |
18 | #undef sun_nio_ch_InheritedChannel_O_WRONLY |
19 | #define sun_nio_ch_InheritedChannel_O_WRONLY 1L |
20 | #undef sun_nio_ch_InheritedChannel_O_RDWR |
21 | #define sun_nio_ch_InheritedChannel_O_RDWR 2L |
22 | /* |
23 | * Class: sun_nio_ch_InheritedChannel |
24 | * Method: initIDs |
25 | * Signature: ()V |
26 | */ |
27 | JNIEXPORT void JNICALL Java_sun_nio_ch_InheritedChannel_initIDs |
28 | (JNIEnv *, jclass); |
29 | |
30 | /* |
31 | * Class: sun_nio_ch_InheritedChannel |
32 | * Method: dup |
33 | * Signature: (I)I |
34 | */ |
35 | JNIEXPORT jint JNICALL Java_sun_nio_ch_InheritedChannel_dup |
36 | (JNIEnv *, jclass, jint); |
37 | |
38 | /* |
39 | * Class: sun_nio_ch_InheritedChannel |
40 | * Method: dup2 |
41 | * Signature: (II)V |
42 | */ |
43 | JNIEXPORT void JNICALL Java_sun_nio_ch_InheritedChannel_dup2 |
44 | (JNIEnv *, jclass, jint, jint); |
45 | |
46 | /* |
47 | * Class: sun_nio_ch_InheritedChannel |
48 | * Method: open0 |
49 | * Signature: (Ljava/lang/String;I)I |
50 | */ |
51 | JNIEXPORT jint JNICALL Java_sun_nio_ch_InheritedChannel_open0 |
52 | (JNIEnv *, jclass, jstring, jint); |
53 | |
54 | /* |
55 | * Class: sun_nio_ch_InheritedChannel |
56 | * Method: close0 |
57 | * Signature: (I)V |
58 | */ |
59 | JNIEXPORT void JNICALL Java_sun_nio_ch_InheritedChannel_close0 |
60 | (JNIEnv *, jclass, jint); |
61 | |
62 | /* |
63 | * Class: sun_nio_ch_InheritedChannel |
64 | * Method: soType0 |
65 | * Signature: (I)I |
66 | */ |
67 | JNIEXPORT jint JNICALL Java_sun_nio_ch_InheritedChannel_soType0 |
68 | (JNIEnv *, jclass, jint); |
69 | |
70 | /* |
71 | * Class: sun_nio_ch_InheritedChannel |
72 | * Method: peerAddress0 |
73 | * Signature: (I)Ljava/net/InetAddress; |
74 | */ |
75 | JNIEXPORT jobject JNICALL Java_sun_nio_ch_InheritedChannel_peerAddress0 |
76 | (JNIEnv *, jclass, jint); |
77 | |
78 | /* |
79 | * Class: sun_nio_ch_InheritedChannel |
80 | * Method: peerPort0 |
81 | * Signature: (I)I |
82 | */ |
83 | JNIEXPORT jint JNICALL Java_sun_nio_ch_InheritedChannel_peerPort0 |
84 | (JNIEnv *, jclass, jint); |
85 | |
86 | #ifdef __cplusplus |
87 | } |
88 | #endif |
89 | #endif |
90 | |