public class SettingsXpp3Writer extends Object
| Constructor and Description |
|---|
SettingsXpp3Writer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setFileComment(String fileComment)
Method setFileComment.
|
void |
write(OutputStream stream,
Settings settings)
Method write.
|
void |
write(Writer writer,
Settings settings)
Method write.
|
public void setFileComment(String fileComment)
fileComment - a fileComment object.public void write(Writer writer, Settings settings) throws IOException
writer - a writer object.settings - a settings object.IOException - java.io.IOException if any.public void write(OutputStream stream, Settings settings) throws IOException
stream - a stream object.settings - a settings object.IOException - java.io.IOException if any.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.