Package hdf.hdf5lib.structs
Class H5A_info_t
- java.lang.Object
-
- hdf.hdf5lib.structs.H5A_info_t
-
- All Implemented Interfaces:
Serializable
public class H5A_info_t extends Object implements Serializable
Information struct for Attribute (For H5Aget_info/H5Aget_info_by_idx/H5Aget_info_by_name)- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description long
corder
Creation order of attributeboolean
corder_valid
Indicate if creation order is validint
cset
Character set of attribute namelong
data_size
Size of raw data
-