Package hdf.hdf5lib.structs
Class H5L_info_t
- java.lang.Object
-
- hdf.hdf5lib.structs.H5L_info_t
-
- All Implemented Interfaces:
Serializable
public class H5L_info_t extends Object implements Serializable
Information struct for link (for H5Lget_info/H5Lget_info_by_idx)- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description long
corder
Creation orderboolean
corder_valid
Indicate if creation order is validint
cset
Character set of link nameH5O_token_t
token
Character set of link nameint
type
Type of linklong
val_size
Size of a soft link or user-defined link value
-
-
-
Field Detail
-
type
public int type
Type of link
-
corder_valid
public boolean corder_valid
Indicate if creation order is valid
-
corder
public long corder
Creation order
-
cset
public int cset
Character set of link name
-
token
public H5O_token_t token
Character set of link name
-
val_size
public long val_size
Size of a soft link or user-defined link value
-
-