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, write
public 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 streamIOException
Copyright © 2000–2024 Packwood Software. All rights reserved.