Click or drag to resize

BinaryRecordWriter<T> Constructor

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public BinaryRecordWriter(
	Stream stream
)

Parameters

stream
Type: System.IO.Stream
The stream to write the records to.
See Also