Initializes a new instance of the
WITecReader class and parses the provided stream.
The constructor reads the file header, the node tree and prepares the data dictionary.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic WITecReader(
Stream stream
)
Parameters
- stream Stream
- The stream to read the WITec project from. The stream must be readable and positioned at the beginning of the file.
See Also