On 5/13/07, Dennis Birch <[EMAIL PROTECTED]> wrote:
> On 5/13/07, Eric Richards <[EMAIL PROTECTED]> wrote:
> > Hi -
> >
> > If I may interrupt the many debates going on ;-)
> > how do you append data to the end of a binary file ?
>
> bs.Position = bs.Length
> bs.Write // or bs.WriteShort, bs.WritePString, etc.

That answer assumed you had already acquired a binarystream (bs) from
a file, with something like:

bs = file.OpenAsBinaryStream(true)
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to