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