Package com.tapsterrock.mpp

Examples of com.tapsterrock.mpp.MPPFile


    /**
     * @throws MPXException
     * @see GanttMPXJOpen#load(java.io.File)
     */
    public boolean load(File file) throws MPXException {
        return (load(new MPPFile(file)));
    }
View Full Code Here


    /**
     * @throws MPXException
     * @see GanttMPXJOpen#load(InputStream is)
     */
    public boolean load(InputStream is) throws MPXException {
        return (load(new MPPFile(is)));
    }
View Full Code Here

TOP

Related Classes of com.tapsterrock.mpp.MPPFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.