Hello,
Currently, if you want to use bytes, you need to put them inside an int. It makes a lot slower the utilization of bytes because you need to use a mask and left/right shift operators of a bit.
Hello,
Currently, if you want to use bytes, you need to put them inside an int. It makes a lot slower the utilization of bytes because you need to use a mask and left/right shift operators of a bit.