| 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
)
Public Sub New (
stream As Stream
)
public:
LineRecordReader(
Stream^ stream
)
new :
stream : Stream -> LineRecordReader
Parameters
- stream
- Type: System.IOStream
The stream to read from.
See Also