Click or drag to resize

GenSortRecordReader Constructor (Stream)

Initializes a new instance of the GenSortRecordReader class that reads from 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 GenSortRecordReader(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The Stream to read from.
See Also