WITecTreeNode Constructor |
Creates a new instance of the
WITecTreeNode class with the specified name, and then
reading all child nodes and data of this node.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax 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
[Missing <param name="parent"/> documentation for "M:Altaxo.Serialization.WITec.WITecTreeNode.#ctor(System.String,System.IO.Stream,System.Int64,System.Int64,System.Byte[],Altaxo.Serialization.WITec.WITecTreeNode)"]
See Also