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, write
public void setCharset(Charset charset)
charset
- Charset used when writing the filepublic Charset getCharset()
public void write(ProjectFile projectFile, OutputStream outputStream) throws IOException
ProjectWriter
projectFile
- project file instanceoutputStream
- OutputStream instanceIOException
Copyright © 2000–2024 Packwood Software. All rights reserved.