public class MSPReader extends Object
| Constructor and Description |
|---|
MSPReader() |
| Modifier and Type | Method and Description |
|---|---|
net.sf.mpxj.reader.ProjectReader |
getReader() |
void |
read(File file) |
void |
read(InputStream is) |
void |
read(String path) |
void |
setReader(net.sf.mpxj.reader.ProjectReader reader) |
public void read(InputStream is) throws net.sf.mpxj.MPXJException
net.sf.mpxj.MPXJExceptionpublic void read(File file) throws FileNotFoundException, net.sf.mpxj.MPXJException
FileNotFoundExceptionnet.sf.mpxj.MPXJExceptionpublic void read(String path) throws net.sf.mpxj.MPXJException, FileNotFoundException
net.sf.mpxj.MPXJExceptionFileNotFoundExceptionpublic net.sf.mpxj.reader.ProjectReader getReader()
public void setReader(net.sf.mpxj.reader.ProjectReader reader)
Copyright © 2019 Suncode. All rights reserved.