Click or drag to resize

GenSortRecordWriter Constructor

Initializes a new instance of the GenSortRecordWriter class that writes to the specified stream.

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

Parameters

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