Creates an instance of this class.
A text content to be read.
Gets the column in the current line
The column in the current line in the stream
Gets the current line number
The current line number in the stream
Returns the character from the top of the stream without moving the stream pointer.
A character from the top of the stream or -1
if stream is empty.
Reads character from the top of the stream.
A read character or -1
if stream processed to the end.
Resets scanner to the initial position
Puts the one character back into the stream stream.
Pushes the specified number of characters to the top of the stream.
A number of characcted to be pushed back.
Generated using TypeDoc
Scan characters in a string that allows tokenizers to look ahead through stream to perform lexical analysis.