Called for each line found in the character data passed to #add. @param line a line of text (possibly empty), without any line separators @param end the line separator; one of "\r", "\n", "\r\n", or "" @throws IOException if an I/O error occurs
(String line, String end)
| 119 | |
| 120 | |
| 121 | protected abstract void handleLine(String line, String end) throws IOException; |
| 122 | } |