| StreamRecordReaderTFirstRecordOffset Property |
Gets or sets the offset of the first record.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax protected long FirstRecordOffset { get; set; }
Protected Property FirstRecordOffset As Long
Get
Set
protected:
property long long FirstRecordOffset {
long long get ();
void set (long long value);
}
member FirstRecordOffset : int64 with get, set
Property Value
Type:
Int64The first record offset.
Remarks
If a deriving record reader seeks to the start of the first record from the specified Offset,
it can set this property once it has found it to correct the value returned by InputBytes.
See Also