com.lowagie.rups.io

Interface OutputStreamResource

public interface OutputStreamResource

An object that implements this interface is a resource that can be written to an OutputStream.
Method Summary
voidwriteTo(OutputStream os)
Writes a resource to an OutputStream.

Method Detail

writeTo

public void writeTo(OutputStream os)
Writes a resource to an OutputStream.

Parameters: os the OutputStream to which the XML is written.

Throws: IOException usual exception when there's a problem writing to an OutputStream