Hi all,
I did a search or two, but did not find anything definitive. Can someone point me to a link, or explain the fastest method I can read bytes from a byte array, as ints, so that they will have unsigned values (0 to 255), as opposed to the normal -128 to 127? Is there some simple bit shifting technique that will do this?
Thanks, Lou
I did a search or two, but did not find anything definitive. Can someone point me to a link, or explain the fastest method I can read bytes from a byte array, as ints, so that they will have unsigned values (0 to 255), as opposed to the normal -128 to 127? Is there some simple bit shifting technique that will do this?
Thanks, Lou
1