Interface LineSource


public interface LineSource
Source of a LineReader and of lines of text.
Author:
jonathanl (shibo)
  • Method Details

    • lineReader

      LineReader lineReader()
      Returns:
      The line reader
    • lines

      Iterable<String> lines()
      Returns:
      Lines in this line source