Example #1
0
 public void process(InputStream is) throws ParseException, DAP2Exception {
   dds.setURL(url);
   dds.parse(is);
 }