public class MetadataStaxWriter extends Object
Constructor and Description |
---|
MetadataStaxWriter() |
Modifier and Type | Method and Description |
---|---|
void |
write(OutputStream stream,
PackageMetadata packageMetadata)
Method write.
|
void |
write(Writer writer,
PackageMetadata packageMetadata)
Method write.
|
public void write(Writer writer, PackageMetadata packageMetadata) throws IOException, XMLStreamException
writer
- packageMetadata
- IOException
XMLStreamException
public void write(OutputStream stream, PackageMetadata packageMetadata) throws IOException, XMLStreamException
stream
- packageMetadata
- IOException
XMLStreamException
Copyright © 2012-2016 Red Hat, Inc.. All Rights Reserved.