| TextRecordWriterT Constructor (Stream) |
Initializes a new instance of the
TextRecordWriterT class with the specified
stream and a new line record separator.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public TextRecordWriter(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
TextRecordWriter(
Stream^ stream
)
new :
stream : Stream -> TextRecordWriter
Parameters
- stream
- Type: System.IOStream
The stream to write the records to.
See Also