summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib/HDF5Constants.java
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-12-28 22:27:18 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-12-28 22:27:18 (GMT)
commit3b02f2d03f5c349e341a776af488dfa033902f0a (patch)
treef157faa24bdd70bc5547066316303eaf91badf52 /java/src/hdf/hdf5lib/HDF5Constants.java
parent8630fb4b6ee53d4ef58bdbadc57c2cd53eadaa43 (diff)
parent8b7a93735f89ff81d8c2b83ac4ca1513ec49c48c (diff)
downloadhdf5-3b02f2d03f5c349e341a776af488dfa033902f0a.zip
hdf5-3b02f2d03f5c349e341a776af488dfa033902f0a.tar.gz
hdf5-3b02f2d03f5c349e341a776af488dfa033902f0a.tar.bz2
Merge pull request #835 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '8b7a93735f89ff81d8c2b83ac4ca1513ec49c48c': Fix library interface commands, add missing JNI
Diffstat (limited to 'java/src/hdf/hdf5lib/HDF5Constants.java')
-rw-r--r--java/src/hdf/hdf5lib/HDF5Constants.java3
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();