34353637383940414243
} } public void read(Model model, InputStream r, String base) { try { new GRDDL(this,model,new RewindableInputStream(r,base)).go(); } catch (IOException e) { failure(e); } }