public interface OutputStreamResource
Modifier and Type | Method and Description |
---|---|
void |
writeTo(OutputStream os)
Writes a resource to an OutputStream.
|
void writeTo(OutputStream os) throws IOException
os
- the OutputStream to which the XML is written.IOException
- usual exception when there's a problem writing to an OutputStreamCopyright © 2015. All rights reserved.