Click or drag to resize

LookaheadStreamTSyncAhead Method

Make sure we have 'need' elements from current position p. Last valid p index is data.size()-1. p+need-1 is the data index 'need' elements ahead. If we need 1 element, (p+1-1)==p must be < data.size().

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Misc
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
protected virtual void SyncAhead(
	int need
)

Parameters

need
Type: SystemInt32

[Missing <param name="need"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.LookaheadStream`1.SyncAhead(System.Int32)"]

See Also