public class SettingsXML.Saver
extends java.io.BufferedWriter
Modifier and Type | Method | Description |
---|---|---|
void |
finish() |
Perform the final step of saving.
|
void |
writeXMLDeclaration() |
Write the XML 1.0 declaration.
|
void |
writeXMLDeclaration(java.lang.String version) |
Write the XML declaration of a specific version.
|
public void writeXMLDeclaration() throws java.io.IOException
java.io.IOException
public void writeXMLDeclaration(java.lang.String version) throws java.io.IOException
java.io.IOException
public void finish() throws java.io.IOException
java.io.IOException