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