 | RecordInputGetRawReader Method |
Gets the raw record reader for this input.
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic RecordReader<RawRecord> GetRawReader()
Public Function GetRawReader As RecordReader(Of RawRecord)
public:
RecordReader<RawRecord^>^ GetRawReader()
member GetRawReader : unit -> RecordReader<RawRecord>
Return Value
RecordReaderRawRecordThe 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