hashcode-utils-kt / org.hildan.hashcode.utils.reader / HCReader / skip

skip

fun skip(n: Int = 1): Unit

Skips the next n tokens of input.

Exceptions

NoMoreLinesToReadException - if there is no more lines to read

InputParsingException - if an error occurs while reading the input