(String[] args)
| 448 | } |
| 449 | |
| 450 | public static void main(String[] args) throws IOException |
| 451 | { // test rig |
| 452 | if ( args.length>0 && args[0].equals("1") ) test1(); |
| 453 | else if ( args.length>0 && args[0].equals("2") ) test2(); |
| 454 | else if ( args.length>0 && args[0].equals("3") ) test3(); |
| 455 | else if ( args.length>0 && args[0].equals("4") ) test4(); |
| 456 | } |
| 457 | |
| 458 | public static void test1() throws IOException |
| 459 | { // test rig |