Click or drag to resize

WITecReader Constructor

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.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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