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
- public void write(Writer writer, Settings settings) throws IOException
writer
- settings
- IOException
public void write(OutputStream stream, Settings settings) throws IOException
stream
- settings
- IOException
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.