Connecting Tech Pros Worldwide Forums | 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?

Anthony Jones
Guest
 
Posts: n/a
#1: Jul 29 '08

"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