StreamReader.ReadToEnd
- From: "Chris S." <sloppycode@xxxxxxxxx>
- Date: 7 Mar 2006 03:31:44 -0800
I'm curious - does StreamReader.ReadToEnd() handle chunk loading of
data or does it block until the whole stream is loaded? I've been use
to handling the buffer myself but I'm thinking maybe this is a quicker
way of doing it. In particular I want to ensure the UI doesn't hang
whilst loading, for example on a progress bar.
Thanks
.
- Follow-Ups:
- Re: StreamReader.ReadToEnd
- From: Jon Skeet [C# MVP]
- Re: StreamReader.ReadToEnd
- Prev by Date: Visual Studio 2005
- Next by Date: Re: Fix of problem connecting VS2005 to remote Sql 2000 server
- Previous by thread: Visual Studio 2005
- Next by thread: Re: StreamReader.ReadToEnd
- Index(es):
Loading