From: Zach on
Pete,

You were right about end of stream not being sufficient to stop a blank page
from being printed. Sorry I was so stubborn.

Zach.


From: Peter Duniho on
Zach wrote:
> Pete,
>
> You were right about end of stream not being sufficient to stop a blank
> page from being printed. Sorry I was so stubborn.

That's quite alright. The fact is, there are theoretically possible
implementations of StreamReader that could in fact work (i.e. a less
"lazy" one that attempted to read ahead of the client code's requests).

Thanks for following up with your confirmation! :)