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?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anthony Jones

    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?


    "DR" <softwareengine er98037@yahoo.c omwrote in message
    news:ebCg7zR8IH A.1200@TK2MSFTN GP04.phx.gbl...
    When using System.IO.FileS tream, 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?
    >
    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


Working...