From: Zach on 20 Jun 2010 17:48 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 21 Jun 2010 00:12
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! :) |