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