> ByteArrayOutputStream baos = new ByteArrayOutputStream();
> wb.write(baos);
> InputStream is = new ByteArrayInputStream(baos.toByteArray());

Yes, I did that as a workarnound, but I would like to know how to do
it with the piped streams.

**
Martin

>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to