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