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

nextLineText

fun nextLineText(): String

Reads and returns the whole next line of input.

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