Click or drag to resize
StreamHelperReadLine Method (Stream)
reads a line

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static ArraySegment<byte> ReadLine(
	Stream stream
)

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Adf.StreamHelper.ReadLine(System.IO.Stream)"]

Return Value

Type: ArraySegmentByte
String that was read in
See Also