StreamHelperReadLine Method (Stream) |
reads a line
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static ArraySegment<byte> ReadLine(
Stream stream
)
Public Shared Function ReadLine (
stream As Stream
) As ArraySegment(Of Byte)
public:
static ArraySegment<unsigned char> ReadLine(
Stream^ stream
)
static member ReadLine :
stream : Stream -> ArraySegment<byte>
Parameters
- stream
- Type: System.IOStream
[Missing <param name="stream"/> documentation for "M:Adf.StreamHelper.ReadLine(System.IO.Stream)"]
Return Value
Type:
ArraySegmentByteString that was read in
See Also