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

nextLineTokens

fun nextLineTokens(): List<String>

Reads and returns the next line of input as a list of strings.

Exceptions

IncompleteLineReadException - if the current line was not completely consumed

NoMoreLinesToReadException - if there is no more lines to read

InputParsingException - if an error occurs while reading the input