WITecTreeNodeReadString Method |
Reads the string. This consist of a 4 byte integer that designates the string length, followed by the string data.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static string ReadString(
Stream stream,
byte[] buffer
)
Parameters
- stream Stream
- The stream.
- buffer Byte
- Scratch array used to read the data.
Return Value
String[Missing <returns> documentation for "M:Altaxo.Serialization.WITec.WITecTreeNode.ReadString(System.IO.Stream,System.Byte[])"]
See Also