Skip Navigation Links.

H5T..::..open Method

Overload List

  NameDescription
Public methodStatic memberopen(H5FileOrGroupId, String)
H5T.open opens a named datatype at the location specified by groupOrFileId and returns an identifier for the datatype. groupOrFileId is either a file or group identifier. The identifier should eventually be closed by calling H5Tclose to release resources. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html
Public methodStatic memberopen(H5FileOrGroupId, String, H5PropertyListId)
H5T.open opens a named datatype at the location specified by groupOrFileId and returns an identifier for the datatype. groupOrFileId is either a file or group identifier. The identifier should eventually be closed by calling H5Tclose to release resources. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html

See Also