ILNumerics - Technical Application Development
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Create a new H5File object corresponding to a HDF5 file
[ILNumerics HDF5 Module]
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public H5File( string filename, FileMode openMode = FileMode.OpenOrCreate, FileAccess accessMode = FileAccess.ReadWrite, long userblockLength = 0 )
Parameters
- filename
- Type: SystemString
filename - openMode (Optional)
- Type: System.IOFileMode
[Optional] FileMode used to open the file. Default: OpenOrCreate - accessMode (Optional)
- Type: System.IOFileAccess
[Optional] FileAccess mode determining if the file is to be read from and/or written to. Default: ReadWrite - userblockLength (Optional)
- Type: SystemInt64
[Optional] Reserve a free space at the beginning of the HDF5 file for custom applications. Default: no free space reserved.
Remarks
[ILNumerics HDF5 Module]
See Also