Click or drag to resize

InputStream Properties

The InputStream type exposes the following members.

Properties
  NameDescription
Public propertyColumn
Number of consumed character since property Line changed the value. 0 if no characters has been consumed in the current line.
Public propertyIndex
Index of the last consumed character. -1 if input is in the initial state.
Public propertyLength
Total number of symbols in the stream.
Public propertyLine
Current line. Starts from 1.
Public propertyNext
Current character. Next symbol to be consumed.
Top
See Also