public class SettingsXML.Saver
extends java.io.BufferedWriter
| Modifier and Type | Method and 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.IOExceptionpublic void writeXMLDeclaration(java.lang.String version)
                         throws java.io.IOException
java.io.IOExceptionpublic void finish()
            throws java.io.IOException
java.io.IOException