summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5aImp.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-06-25 22:08:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-06-25 22:08:35 (GMT)
commit4c1e89fba31abb357a05044c3f6a92450dfb753c (patch)
tree10ccc39967d96d1ba77c24cdb05e04ec80a47b0e /java/src/jni/h5aImp.h
parent71fac2880302855b969422511e3be086fa46f010 (diff)
downloadhdf5-4c1e89fba31abb357a05044c3f6a92450dfb753c.zip
hdf5-4c1e89fba31abb357a05044c3f6a92450dfb753c.tar.gz
hdf5-4c1e89fba31abb357a05044c3f6a92450dfb753c.tar.bz2
Fix attribute Read
Diffstat (limited to 'java/src/jni/h5aImp.h')
-rw-r--r--java/src/jni/h5aImp.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/java/src/jni/h5aImp.h b/java/src/jni/h5aImp.h
index 62769fd..f3758eb 100644
--- a/java/src/jni/h5aImp.h
+++ b/java/src/jni/h5aImp.h
@@ -69,6 +69,24 @@ Java_hdf_hdf5lib_H5_H5Aread
/*
* Class: hdf_hdf5lib_H5
+ * Method: H5AwriteVL
+ * Signature: (JJ[Ljava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL
+Java_hdf_hdf5lib_H5_H5AwriteVL
+ (JNIEnv *, jclass, jlong, jlong, jobjectArray);
+
+/*
+ * Class: hdf_hdf5lib_H5
+ * Method: H5AreadVL
+ * Signature: (JJ[Ljava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL
+Java_hdf_hdf5lib_H5_H5AreadVL
+ (JNIEnv *, jclass, jlong, jlong, jobjectArray);
+
+/*
+ * Class: hdf_hdf5lib_H5
* Method: H5Aget_space
* Signature: (J)J
*/