1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class jdk_internal_jimage_NativeImageBuffer */ |
4 | |
5 | #ifndef _Included_jdk_internal_jimage_NativeImageBuffer |
6 | #define _Included_jdk_internal_jimage_NativeImageBuffer |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | /* |
11 | * Class: jdk_internal_jimage_NativeImageBuffer |
12 | * Method: getNativeMap |
13 | * Signature: (Ljava/lang/String;)Ljava/nio/ByteBuffer; |
14 | */ |
15 | JNIEXPORT jobject JNICALL Java_jdk_internal_jimage_NativeImageBuffer_getNativeMap |
16 | (JNIEnv *, jclass, jstring); |
17 | |
18 | #ifdef __cplusplus |
19 | } |
20 | #endif |
21 | #endif |
22 | |