Package hdf.hdf5lib.structs
Class H5O_native_info_t
- java.lang.Object
-
- hdf.hdf5lib.structs.H5O_native_info_t
-
- All Implemented Interfaces:
Serializable
public class H5O_native_info_t extends Object implements Serializable
Information struct for native HDF5 object info, such as object header metadata (for H5Oget_info/H5Oget_info_by_name/H5Oget_info_by_idx).- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description H5_ih_info_t
attr_info
v2 B-tree and heap for attributesH5O_hdr_info_t
hdr_info
Object header informationH5_ih_info_t
obj_info
v1/v2 B-tree and local/fractal heap for groups, B-tree for chunked datasets
-
-
-
Field Detail
-
hdr_info
public H5O_hdr_info_t hdr_info
Object header information
-
obj_info
public H5_ih_info_t obj_info
v1/v2 B-tree and local/fractal heap for groups, B-tree for chunked datasets
-
attr_info
public H5_ih_info_t attr_info
v2 B-tree and heap for attributes
-
-