summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5util.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-07-20 19:40:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-07-20 19:40:42 (GMT)
commit9b597a48552f5201b37793a4c6fece4fd9f1c346 (patch)
tree5844133fc279f1494a2804d454a8b8f9e2c7c26e /java/src/jni/h5util.h
parent2387b1efbd526c23453749d161220bb717033e70 (diff)
downloadhdf5-9b597a48552f5201b37793a4c6fece4fd9f1c346.zip
hdf5-9b597a48552f5201b37793a4c6fece4fd9f1c346.tar.gz
hdf5-9b597a48552f5201b37793a4c6fece4fd9f1c346.tar.bz2
[svn-r30213] Add H5Aread_complex for reading arrays and compounds that are not VL strings.
Diffstat (limited to 'java/src/jni/h5util.h')
-rw-r--r--java/src/jni/h5util.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/java/src/jni/h5util.h b/java/src/jni/h5util.h
index ab8da98..f690e8b 100644
--- a/java/src/jni/h5util.h
+++ b/java/src/jni/h5util.h
@@ -66,6 +66,15 @@ Java_hdf_hdf5lib_H5_H5AreadVL
(JNIEnv *, jclass, jlong, jlong, jobjectArray);
/*
+ * Class: hdf_hdf5lib_H5
+ * Method: H5AreadComplex
+ * Signature: (JJ[Ljava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL
+Java_hdf_hdf5lib_H5_H5AreadComplex
+ (JNIEnv *, jclass, jlong, jlong, jobjectArray);
+
+/*
* Copies the content of one dataset to another dataset
* Class: hdf_hdf5lib_H5
* Method: H5Acopy