Click or drag to resize

RecordInput Constructor (IRecordReader)

Initializes a new instance of the RecordInput class.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
protected RecordInput(
	IRecordReader reader
)

Parameters

reader
Type: Ookii.Jumbo.IOIRecordReader
The reader for this input.
See Also