Click or drag to resize

RecordInput.GetRawReader Method

Gets the raw record reader for this input.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public RecordReader<RawRecord> GetRawReader()

Return Value

Type: RecordReader<RawRecord>
The raw record reader.
Remarks

If the reader had not yet been created, it will be created by this method.

The raw reader requires that the records were written using a BinaryRecordWriter<T> with RawRecord as the record type.

See Also