mirror of https://github.com/ecmwf/eccodes.git
66 lines
1.7 KiB
C
66 lines
1.7 KiB
C
/*
|
|
* (C) Copyright 2005- ECMWF.
|
|
*
|
|
* This software is licensed under the terms of the Apache Licence Version 2.0
|
|
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
|
*
|
|
* In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
|
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
|
*/
|
|
|
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class jgribapi_GribFile */
|
|
|
|
#ifndef _Included_jgribapi_GribFile
|
|
#define _Included_jgribapi_GribFile
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: jgribapi_GribFile
|
|
* Method: gribGetNextHandle
|
|
* Signature: (J)Ljgribapi/GribHandle;
|
|
*/
|
|
JNIEXPORT jobject JNICALL Java_jgribapi_GribFile_gribGetNextHandle(JNIEnv*, jobject, jlong);
|
|
|
|
/*
|
|
* Class: jgribapi_GribFile
|
|
* Method: gribEOFReached
|
|
* Signature: (J)J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_jgribapi_GribFile_gribEOFReached(JNIEnv*, jobject, jlong);
|
|
|
|
/*
|
|
* Class: jgribapi_GribFile
|
|
* Method: gribGetGribFile
|
|
* Signature: (Ljava/lang/String;)J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_jgribapi_GribFile_gribGetGribFile(JNIEnv*, jobject, jstring);
|
|
|
|
/*
|
|
* Class: jgribapi_GribFile
|
|
* Method: gribCloseFile
|
|
* Signature: (J)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_jgribapi_GribFile_gribCloseFile(JNIEnv*, jobject, jlong);
|
|
|
|
/*
|
|
* Class: jgribapi_GribFile
|
|
* Method: gribNewFile
|
|
* Signature: (Ljava/lang/String;)J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_jgribapi_GribFile_gribNewFile(JNIEnv*, jobject, jstring);
|
|
|
|
/*
|
|
* Class: jgribapi_GribFile
|
|
* Method: gribWriteHandle
|
|
* Signature: (JJ)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_jgribapi_GribFile_gribWriteHandle(JNIEnv*, jobject, jlong, jlong);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|