mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Update develop to 1.18 API
This commit is contained in:
@@ -575,6 +575,8 @@ public class HDF5Constants {
|
||||
/** */
|
||||
public static final int H5F_LIBVER_V116 = H5F_LIBVER_V116();
|
||||
/** */
|
||||
public static final int H5F_LIBVER_V118 = H5F_LIBVER_V118();
|
||||
/** */
|
||||
public static final int H5F_LIBVER_NBOUNDS = H5F_LIBVER_NBOUNDS();
|
||||
/** */
|
||||
public static final int H5F_LIBVER_LATEST = H5F_LIBVER_LATEST();
|
||||
@@ -2060,6 +2062,8 @@ public class HDF5Constants {
|
||||
|
||||
private static native final int H5F_LIBVER_V116();
|
||||
|
||||
private static native final int H5F_LIBVER_V118();
|
||||
|
||||
private static native final int H5F_LIBVER_NBOUNDS();
|
||||
|
||||
private static native final int H5F_LIBVER_LATEST();
|
||||
|
||||
@@ -1309,6 +1309,11 @@ Java_hdf_hdf5lib_HDF5Constants_H5F_1LIBVER_1V116(JNIEnv *env, jclass cls)
|
||||
return H5F_LIBVER_V116;
|
||||
}
|
||||
JNIEXPORT jint JNICALL
|
||||
Java_hdf_hdf5lib_HDF5Constants_H5F_1LIBVER_1V118(JNIEnv *env, jclass cls)
|
||||
{
|
||||
return H5F_LIBVER_V118;
|
||||
}
|
||||
JNIEXPORT jint JNICALL
|
||||
Java_hdf_hdf5lib_HDF5Constants_H5F_1LIBVER_1NBOUNDS(JNIEnv *env, jclass cls)
|
||||
{
|
||||
return H5F_LIBVER_NBOUNDS;
|
||||
|
||||
Reference in New Issue
Block a user