Writes a binary string
Usage:
ioWrite (object me, string stream )
Parameters:
stream (string) - binary string
Returns:
(integer) - The success code
Example:
xtRose = xtra("Rosetta").new( )
xtRose.ioOpen( "C:\mySavedData.dat", 4 )
xtRose.ioWrite( "BMF" )
Notes: