public final class PlannerWriter extends AbstractProjectWriter
| Constructor and Description |
|---|
PlannerWriter() |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset()
Retrieve the charset used to write the file.
|
void |
setCharset(Charset charset)
Set the charset used to write the file.
|
void |
write(List<ProjectFile> projects,
OutputStream outputStream)
Write a file containing multiple projects to the supplied OutputStream instance.
|
void |
write(ProjectFile projectFile,
OutputStream stream)
Write a project file's content to the supplied OutputStream instance.
|
write, write, write, writepublic void write(List<ProjectFile> projects, OutputStream outputStream)
ProjectWriterprojects - projects to writeoutputStream - OutputStream instancepublic void write(ProjectFile projectFile, OutputStream stream) throws IOException
ProjectWriterprojectFile - project file instancestream - OutputStream instanceIOExceptionpublic void setCharset(Charset charset)
charset - charsetpublic Charset getCharset()
Copyright © 2000–2025 MPXJ. All rights reserved.