| RecordFileWriterT Constructor |
Initializes a new instance of the
RecordFileWriterT class that writes to the specified stream.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public RecordFileWriter(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
RecordFileWriter(
Stream^ stream
)
new :
stream : Stream -> RecordFileWriter
Parameters
- stream
- Type: System.IOStream
The Stream to write to.
See Also