Package hdf.hdf5lib.structs
Class H5G_info_t
- java.lang.Object
-
- hdf.hdf5lib.structs.H5G_info_t
-
- All Implemented Interfaces:
Serializable
public class H5G_info_t extends Object implements Serializable
Information struct for group (for H5Gget_info/H5Gget_info_by_name/H5Gget_info_by_idx)- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description long
max_corder
Current max.boolean
mounted
Whether group has a file mounted on itlong
nlinks
Number of links in groupint
storage_type
Type of storage for links in group
-
Constructor Summary
Constructors Constructor Description H5G_info_t()
-