On 06/09/11 15:35, Laurent Pellegrino wrote:
Thanks, it's very clear. About the close method, is it up to the user to maintain a reference to the stream which has been passed to the binding stream to close it?
There should be a close ... added. Anything that takes a stream, and leaves in an undefined state afterwards takes responsibility for that resource so the close() should be there. Thanks for pointing it out.
Andy
