Quits the console mode. @throws IOException I/O exception
()
| 203 | * @throws IOException I/O exception |
| 204 | */ |
| 205 | private void quit() throws IOException { |
| 206 | if(fileOutput) out.close(); |
| 207 | else out.flush(); |
| 208 | } |
| 209 | |
| 210 | @Override |
| 211 | protected final void parseArgs() throws IOException { |