Package org.hildan.hashcode.utils.reader
See: Description
-
Class Summary Class Description HCReader Provides convenience methods to parse the input data, with clear error handling and line numbering. InputParsingException Thrown if the parsing of the input fails. IncompleteInputReadException Thrown if the parsing ends while there is still input to read. IncompleteLineReadException Thrown if the next line is accessed while the current line has not been fully consumed. NoMoreLinesToReadException Thrown if the input is accessed for more lines when there is no more to read. FileParsingException Thrown if an exception occurs while parsing a file, in order to provide the file's path in the message. HCReaderKt