Package hdf.hdf5lib.structs
Class H5O_token_t
- java.lang.Object
-
- hdf.hdf5lib.structs.H5O_token_t
-
- All Implemented Interfaces:
Serializable
public class H5O_token_t extends Object implements Serializable
Object token, which is a unique and permanent identifier, for an HDF5 object within a container.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
data
Tokens are unique and permanent identifiers that are used to reference HDF5 objects in a container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
boolean
isUndefined()
Check if token data is undefined
-