Interface LineReader

    • Method Detail

      • readLine

        String readLine()
                 throws IOException
        Returns:
        The next "line" from the source. Typically a line is a set of characters terminated by '\n', '\r', or '\r\n'. The line-terminator is not included
        Throws:
        IOException