public final class PlannerWriter extends AbstractProjectWriter
| Constructor and Description |
|---|
PlannerWriter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Retrieve the encoding used to write teh file.
|
void |
setEncoding(String encoding)
Set the encoding used to write the file.
|
void |
write(ProjectFile projectFile,
OutputStream stream)
Create a project file using the supplied OutputStream instance.
|
write, writepublic void write(ProjectFile projectFile, OutputStream stream) throws IOException
projectFile - project file instancestream - OutputStream instanceIOExceptionpublic void setEncoding(String encoding)
encoding - encoding namepublic String getEncoding()
Copyright © 2013. All Rights Reserved.