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(ProjectFile projectFile,
OutputStream stream)
Write a project file's content to the supplied OutputStream instance.
|
write, write
public void write(ProjectFile projectFile, OutputStream stream) throws IOException
ProjectWriter
projectFile
- project file instancestream
- OutputStream instanceIOException
public void setCharset(Charset charset)
charset
- charsetpublic Charset getCharset()
Copyright © 2000–2024 Packwood Software. All rights reserved.