47484950515253
/** * @throws MPXException * @see GanttMPXJOpen#load(java.io.File) */ public boolean load(File file) throws MPXException { return (load(new MPPFile(file))); }
55565758596061
/** * @throws MPXException * @see GanttMPXJOpen#load(InputStream is) */ public boolean load(InputStream is) throws MPXException { return (load(new MPPFile(is))); }