Dave,

I'll be the first to bite: why does StreamReader not suit your needs?  If it
has to do with heterogeneous data in the file you're trying to read, then
you're looking at a fairly unique situation that wouldn't rear it's head on
the Web much.

Having said that, some options: you could implement your own buffering,
create your own class making use of BufferedStream, or use StreamReader by
first seeking to the position you want to read (which means having to
instantiate two Reader objects and making sure your file can be opened more
than once.

-- Peter
http://www.peterRitchie.com/

On Thu, 14 Apr 2005 09:24:10 -0500, dave wanta <[EMAIL PROTECTED]>
wrote:

>Hi All,
>Has anyone ever implemented a ReadLine() method for a BinaryReader?  I'm
>sure I'm not the only one implementing this, yet googling has turned up 0.
>

===================================
This list is hosted by DevelopMentor�  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to