Ugo Cei wrote:
[snip]
Because a ByteArrayOutputStream is not an InputStream. Try;

var is = new ByteArrayInputStream(stream.toByteArray());
....parse(is);

It works, thank you.

Regards.
--
Aur�lien

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to