public final class SDEFWriter extends AbstractProjectWriter
| Constructor and Description |
|---|
SDEFWriter() |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset()
Retrieve the character set used when writing an SDEF file.
|
void |
setCharset(Charset charset)
Set the character set used when writing an SDEF file.
|
void |
write(ProjectFile projectFile,
OutputStream out)
Write a project file in SDEF format to an output stream.
|
write, writepublic void setCharset(Charset charset)
charset - character set to use when writing the filepublic Charset getCharset()
public void write(ProjectFile projectFile, OutputStream out) throws IOException
projectFile - ProjectFile instanceout - output streamIOExceptionCopyright © 2000–2025 MPXJ. All rights reserved.