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

2007-10-02 Thread Tilman Rassy
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 -

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

2007-10-02 Thread Thomas Markus
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, Tilma