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