Hello,
I am trying to parse and read in a bunch of various (float, long, integer,..) variable values from known positions in a rather large byte array I have in memory. I can't seem to find a nice way of doing that other than reading and multiplying the byte values separately for each variable value.
The reason I'm using an array in memory instead of reading the data directly from disk to the variables is that I have to massage the byte array first to remove errors etc.
Any suggestions on how to achieve this would be appreciated.
Cheers,
Rainer
|