Class AbstractInputHandler

    • Constructor Detail

      • AbstractInputHandler

        public AbstractInputHandler()
    • Method Detail

      • readMultipleLines

        public java.util.List<java.lang.String> readMultipleLines()
                                                           throws java.io.IOException
        Description copied from interface: InputHandler
        Read a set of lines. Equivalent to multiple calls to InputHandler.readLine(). Ends when an empty line is encountered.
        Specified by:
        readMultipleLines in interface InputHandler
        Returns:
        a list of lines read
        Throws:
        java.io.IOException