You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tilman Rassy <ra...@math.TU-Berlin.DE> on 2007/10/02 12:35:14 UTC

Custom Reader: flush() and close() required?

Hello,

I have a question concerning custom Readers:

Assume the custum Reader extends AbstractReader. Is it necessary to call
this.out.flush() and this.out.close() after the content has been written?

Thanks in advance,
Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Custom Reader: flush() and close() required?

Posted by Thomas Markus <t....@proventis.net>.
Hi,

flush is required. i got problems without.

Tilman Rassy schrieb:
> Hello,
>
> I have a question concerning custom Readers:
>
> Assume the custum Reader extends AbstractReader. Is it necessary to call
> this.out.flush() and this.out.close() after the content has been written?
>
> Thanks in advance,
> Tilman
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
>
>