Class SynchronousLineReader

    • Constructor Detail

      • SynchronousLineReader

        public SynchronousLineReader​(InputStream stream)
      • SynchronousLineReader

        public SynchronousLineReader​(Reader reader)
    • Method Detail

      • readLine

        public String readLine()
        Specified by:
        readLine in interface LineReader
        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