How append data to a binary file?

Posted by ryudice on Stack Overflow See other posts from Stack Overflow or by ryudice
Published on 2010-03-07T23:19:46Z Indexed on 2010/03/07 23:25 UTC
Read the original article Hit count: 342

Filed under:
|

I have a binary file to which I want to append a chunk of data at the end of the file, how can I achieve this using C# and .net? also are there any considerations to take when writing to the end of a binary file? thanks a lot for your help.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET