public abstract class AbstractProjectStreamReader extends AbstractProjectReader
| Constructor and Description |
|---|
AbstractProjectStreamReader() |
| 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(String fileName)
Read a single schedule from a file where the file name is supplied.
|
List<ProjectFile> |
readAll(File file)
Default implementation of readAll to support file
formats which do not contain multiple schedules.
|
List<ProjectFile> |
readAll(InputStream inputStream)
Default implementation of readAll.
|
List<ProjectFile> |
readAll(String fileName)
Default implementation of readAll to support file
formats which do not contain multiple schedules.
|
addListenersToContext, addListenersToProject, addListenersToReader, addProjectListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic ProjectFile read(String fileName) throws MPXJException
ProjectReaderfileName - file nameMPXJExceptionpublic List<ProjectFile> readAll(String fileName) throws MPXJException
fileName - file nameMPXJExceptionpublic ProjectFile read(File file) throws MPXJException
ProjectReaderfile - File instanceMPXJExceptionpublic List<ProjectFile> readAll(File file) throws MPXJException
file - File instanceMPXJExceptionpublic List<ProjectFile> readAll(InputStream inputStream) throws MPXJException
inputStream - InputStream instanceMPXJExceptionCopyright © 2000–2025 MPXJ. All rights reserved.