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