Click or drag to resize

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.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
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
The decoded string read from the stream.
See Also