Skip Navigation Links.

H5F Members

The H5F type exposes the following members.

Methods

  NameDescription
Public methodStatic memberclose
Close an open file. It is necessary to close open files to prevent resource leaks. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5F.html#File-Close
Public methodStatic membercreate(String, H5F..::..CreateMode)
Public methodStatic membercreate(String, H5F..::..CreateMode, H5PropertyListId)
Public methodStatic membercreate(String, H5F..::..CreateMode, H5PropertyListId, H5PropertyListId)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberflush
Flushes all buffers associated with a file to disk. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5F.html#File-Flush
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberis_hdf5
Determines whether a file is in the HDF5 format. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5F.html#File-IsHDF5
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberMount(H5FileOrGroupId, String, H5FileId)
Public methodStatic memberMount(H5FileOrGroupId, String, H5FileId, H5PropertyListId)
Public methodStatic memberopen(String, H5F..::..OpenMode)
Public methodStatic memberopen(String, H5F..::..OpenMode, H5PropertyListId)
Public methodToString (Inherited from Object.)
Public methodStatic memberUnmount

See Also