Click or drag to resize

RecordFileWriterT Constructor

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

Parameters

stream
Type: System.IOStream
The Stream to write to.
See Also