Uses of Class
hdf.hdf5lib.structs.H5_ih_info_t
-
Packages that use H5_ih_info_t Package Description hdf.hdf5lib.structs All structure definitions define java equivalents of the C structures needed by the C API calls. -
-
Uses of H5_ih_info_t in hdf.hdf5lib.structs
Fields in hdf.hdf5lib.structs declared as H5_ih_info_t Modifier and Type Field Description H5_ih_info_t
H5O_native_info_t. attr_info
v2 B-tree and heap for attributesH5_ih_info_t
H5O_native_info_t. obj_info
v1/v2 B-tree and local/fractal heap for groups, B-tree for chunked datasetsH5_ih_info_t
H5F_info2_t. sohm_msgs_info
Shared object header message index and heap sizeConstructors in hdf.hdf5lib.structs with parameters of type H5_ih_info_t Constructor Description H5F_info2_t(int super_version, long super_size, long super_ext_size, int free_version, long free_meta_size, long free_tot_space, int sohm_version, long sohm_hdr_size, H5_ih_info_t sohm_msgs_info)
Constructor for current "global" information about file
-