Interface StreamVisitor

    • Method Detail

      • readLine

        boolean readLine​(String line)
        Read line. Result is a boolean and should indicate if instance of InputStream has a next line to read.
        Parameters:
        line - Line.
        Returns:
        true if next line should be read, false otherwise.