[svn-r30213] Add H5Aread_complex for reading arrays and compounds that are not VL strings.

This commit is contained in:
Allen Byrne
2016-07-20 14:40:42 -05:00
parent 2387b1efbd
commit 9b597a4855
4 changed files with 69 additions and 3 deletions

View File

@@ -1061,6 +1061,9 @@ public class H5 implements java.io.Serializable {
public synchronized static native int H5AreadVL(long attr_id, long mem_type_id, String[] buf)
throws HDF5LibraryException, NullPointerException;
public synchronized static native int H5AreadComplex(long attr_id, long mem_type_id, String[] buf)
throws HDF5LibraryException, NullPointerException;
/**
* H5Arename changes the name of attribute that is attached to the object specified by loc_id. The attribute named
* old_attr_name is renamed new_attr_name.