| StreamRecordWriterT Constructor |
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax protected StreamRecordWriter(
Stream stream
)
Protected Sub New (
stream As Stream
)
protected:
StreamRecordWriter(
Stream^ stream
)
new :
stream : Stream -> StreamRecordWriter
Parameters
- stream
- Type: System.IOStream
The stream to which to write the records.
See Also