Reading Binary files - cross plattform

Monkey Forums/Monkey Programming/Reading Binary files - cross plattform

chimaera(Posted 2013) [#1]
Hi,

It seems that a lot of people are using LoadString() to load plain text files. This is of course great, but it is not optimal storing databases in this format.

I was wondering if there is a way to load a binary-file (using writeint and so on) that works on all platforms? (I have not been able to get filestream to work on HTML5 for example).

As always: Thanks for the help!


AdamRedwoods(Posted 2013) [#2]
brl.databuffer.Load()


chimaera(Posted 2013) [#3]
Thanks! I was messing around with that, but apparently in the wrong way.