diff options
| author | Allen Byrne <byrn@hdfgroup.org> | 2017-12-21 19:48:39 (GMT) |
|---|---|---|
| committer | Allen Byrne <byrn@hdfgroup.org> | 2017-12-21 19:48:49 (GMT) |
| commit | 1efe978ae0ea97272d1796e43b1cb1b0f4e58272 (patch) | |
| tree | fe7bca90f4164b8793178729a507229f87a1aed5 /java/src/hdf/hdf5lib/HDF5Constants.java | |
| parent | 7cddfb09dbfb472e704e2f64ce81bb6675fb72f2 (diff) | |
| download | hdf5-1efe978ae0ea97272d1796e43b1cb1b0f4e58272.zip hdf5-1efe978ae0ea97272d1796e43b1cb1b0f4e58272.tar.gz hdf5-1efe978ae0ea97272d1796e43b1cb1b0f4e58272.tar.bz2 | |
Fix library interface commands, add missing JNI
Diffstat (limited to 'java/src/hdf/hdf5lib/HDF5Constants.java')
| -rw-r--r-- | java/src/hdf/hdf5lib/HDF5Constants.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/src/hdf/hdf5lib/HDF5Constants.java b/java/src/hdf/hdf5lib/HDF5Constants.java index 8a3d6c8..3e43ba2 100644 --- a/java/src/hdf/hdf5lib/HDF5Constants.java +++ b/java/src/hdf/hdf5lib/HDF5Constants.java @@ -88,6 +88,7 @@ public class HDF5Constants { public static final int H5D_VDS_ERROR = H5D_VDS_ERROR(); public static final int H5D_VDS_FIRST_MISSING = H5D_VDS_FIRST_MISSING(); public static final int H5D_VDS_LAST_AVAILABLE = H5D_VDS_LAST_AVAILABLE(); + public static final int H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS = H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS(); public static final int H5E_MAJOR = H5E_MAJOR(); public static final int H5E_MINOR = H5E_MINOR(); @@ -768,6 +769,8 @@ public class HDF5Constants { private static native final int H5D_VDS_LAST_AVAILABLE(); + private static native final int H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS(); + private static native final long H5E_ALIGNMENT(); private static native final long H5E_ALREADYEXISTS(); |
