Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
H5O_token_t Class Reference

Detailed Description

Object token, which is a unique and permanent identifier, for an HDF5 object within a container.

+ Inheritance diagram for H5O_token_t:
+ Collaboration diagram for H5O_token_t:

Public Member Functions

boolean isUndefined ()
 
boolean equals (Object o)
 

Data Fields

byte[] data
 

Member Function Documentation

◆ equals()

boolean equals ( Object  o)

◆ isUndefined()

boolean isUndefined ( )

Check if token data is undefined

Returns
true if token data is undefined

Field Documentation

◆ data

byte [] data

Tokens are unique and permanent identifiers that are used to reference HDF5 objects in a container. Use basic byte array to store the dat


The documentation for this class was generated from the following file: