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