Click or drag to resize

LineRecordReader Constructor (Stream)

Initializes a new instance of the LineRecordReader class that reads from the specified stream.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public LineRecordReader(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to read from.
See Also