public final class OpenPlanReader extends AbstractProjectStreamReader
| Constructor and Description |
|---|
OpenPlanReader() |
| Modifier and Type | Method and Description |
|---|---|
ProjectFile |
read(File file)
Read a single schedule from a file where a File instance is supplied.
|
ProjectFile |
read(InputStream is)
Read a single schedule from a file where the contents of the project file
are supplied via an input stream.
|
ProjectFile |
read(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
Read a single project from the BK3 file represented by the POIFSFileSystem instance.
|
List<ProjectFile> |
readAll(File file)
Default implementation of readAll to support file
formats which do not contain multiple schedules.
|
List<ProjectFile> |
readAll(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
Read all projects from the BK3 file represented by the POIFSFileSystem instance.
|
read, readAll, readAlladdListenersToProject, addListenersToReader, addProjectListenerpublic ProjectFile read(InputStream is) throws MPXJException
ProjectReaderis - InputStream instanceMPXJExceptionpublic ProjectFile read(File file) throws MPXJException
ProjectReaderread in interface ProjectReaderread in class AbstractProjectStreamReaderfile - File instanceMPXJExceptionpublic List<ProjectFile> readAll(File file) throws MPXJException
AbstractProjectStreamReaderreadAll in interface ProjectReaderreadAll in class AbstractProjectStreamReaderfile - File instanceMPXJExceptionpublic ProjectFile read(org.apache.poi.poifs.filesystem.POIFSFileSystem fs) throws MPXJException
fs - POIFSFileSystem instanceMPXJExceptionpublic List<ProjectFile> readAll(org.apache.poi.poifs.filesystem.POIFSFileSystem fs) throws MPXJException
fs - POIFSFileSystem instanceMPXJExceptionCopyright © 2000–2025 MPXJ. All rights reserved.