Connecting Tech Pros Worldwide Help | Site Map

Re: When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer?

  #1  
Old July 29th, 2008, 10:05 AM
Anthony Jones
Guest
 
Posts: n/a

"DR" <softwareengineer98037@yahoo.comwrote in message
news:ebCg7zR8IHA.1200@TK2MSFTNGP04.phx.gbl...
Quote:
When using System.IO.FileStream, I write 8 bytes, then seek to the start
of
Quote:
the file, does the 8 bytes get flushed on seek and the buffer become a
readbuffer at that point instead of being a write buffer?
>
Please don't multi-post questions. The appropriate group would be the
dotnet.general which is where I've answered. Why did you think XML would be
good place for this question??

--
Anthony Jones - MVP ASP/ASP.NET


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer? Lloyd Dupont answers 1 July 31st, 2008 11:35 PM
Re: When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer? Mark Salsbery [MVP] answers 0 July 29th, 2008 07:05 PM
When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer? DR answers 4 July 29th, 2008 12:55 PM
Re: When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer? Anthony Jones answers 0 July 29th, 2008 10:05 AM