fun readInt(): Int
Reads the next token of the input as an int.
NoMoreLinesToReadException - if the last token of the line was consumed and there is no more lines to read
NoMoreLinesToReadException
InputParsingException - if the input could not be parsed as an int
InputParsingException