Click or drag to resize

WITecTreeNode Constructor

Creates a new instance of the WITecTreeNode class with the specified name, and reads all child nodes and data of this node from the provided stream.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected WITecTreeNode(
	string nodeName,
	Stream stream,
	long startOfData,
	long endOfData,
	byte[] buffer,
	WITecTreeNode? parent
)

Parameters

nodeName  String
Name of the node.
stream  Stream
The stream.
startOfData  Int64
The start of data.
endOfData  Int64
The end of data.
buffer  Byte
The buffer.
parent  WITecTreeNode
The parent node, or if this is the root node.
See Also