Of course, I'm also assuming you've encountered some tag in the file (while reading "binary" data) that informs you that a "line" is to follow (before resorting to a StreamReader object).
-- Peter On Thu, 14 Apr 2005 10:58:20 -0400, Peter Ritchie <[EMAIL PROTECTED]> wrote: >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. > =================================== This list is hosted by DevelopMentor� http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
