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