Re: OutputStream and renderers where it doesn't make sense.

2007-01-18 Thread Andreas L Delmelle
On Jan 18, 2007, at 02:23, Daniel Noll wrote: snip / Is this API going to be improved at some point so that subclasses don't need to implement hacks such as these? Perhaps some kind of Destination object which could contain an OutputStream, multiple OutputStreams, or even just a marker

OutputStream and renderers where it doesn't make sense.

2007-01-17 Thread Daniel Noll
Hi all... In FOP 0.93 the Renderer framework's startRenderer() requires an OutputStream. But to give a few examples, AWTRenderer gets passed no OutputStream at all (presumably it gets passed null, but it seems like a hack to me still) and PNGRenderer outputs multiple files so it can only