WITecTreeNodeReadNameValue Method |
Reads a node, consisting of a name, and data. The data can be a Witec node, or simple data like string, double, or arrays.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static (string Name, Object Value) ReadNameValue(
Stream stream,
byte[] buffer,
WITecTreeNode? parentNode
)
Parameters
- stream Stream
- The stream to read from.
- buffer Byte
- A buffer that can be used for reading the data in.
- parentNode WITecTreeNode
- The parent node of this data.
Return Value
ValueTupleString,
ObjectTuple consisting of the name of the node, and the data. The data can be: a WitecTreeNode, a string, a double, integer, and arrays of the primitive types.
See Also