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)
| 115 | * @throws IOException if an I/O error occurs |
| 116 | */ |
| 117 | protected abstract void handleLine(String line, String end) throws IOException; |
| 118 | } |