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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public RecordReader<RawRecord> GetRawReader()

Return Value

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