public class PrimaveraXERFileWriter extends AbstractProjectWriter
| Constructor and Description |
|---|
PrimaveraXERFileWriter() |
| 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 project,
OutputStream outputStream)
Write a project file's content to the supplied OutputStream instance.
|
write, write, write, writepublic void setCharset(Charset charset)
charset - Charset used when writing the filepublic Charset getCharset()
public void write(ProjectFile project, OutputStream outputStream) throws IOException
ProjectWriterproject - project file instanceoutputStream - OutputStream instanceIOExceptionpublic void write(List<ProjectFile> projects, OutputStream outputStream) throws IOException
ProjectWriterprojects - projects to writeoutputStream - OutputStream instanceIOExceptionCopyright © 2000–2025 MPXJ. All rights reserved.