Click or drag to resize

RecordInputGetRawReader 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: RecordReaderRawRecord
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 BinaryRecordWriterT with RawRecord as the record type.

See Also