Click or drag to resize

IIntStreamRewind Method (Int32)

Reset the stream so that next call to index would return marker. The marker will usually be Index but it doesn't have to be. It's just a marker to indicate what state the stream was in. This is essentially calling release() and seek(). If there are markers created after this marker argument, this routine must unroll them like a stack. Assume the state the stream was in when this marker was created.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
void Rewind(
	int marker
)

Parameters

marker
Type: SystemInt32

[Missing <param name="marker"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.IIntStream.Rewind(System.Int32)"]

See Also