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