Exemple #1
0
 public static void main(String args[]) throws IOException {
   ODLparser p = new ODLparser();
   p.parseFile("c:/temp/odl.struct.txt");
 }