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(ProjectFile projectFile,
OutputStream outputStream)
Write a project file's content to the supplied OutputStream instance.
|
write, writepublic void setCharset(Charset charset)
charset - Charset used when writing the filepublic Charset getCharset()
public void write(ProjectFile projectFile, OutputStream outputStream) throws IOException
ProjectWriterprojectFile - project file instanceoutputStream - OutputStream instanceIOExceptionCopyright © 2000–2025 MPXJ. All rights reserved.