I have a structure where there are 4 bytes that points out where should I read next.
The bytes seems to be: 50, -121, 5, 0
(just a sample)
I've been searching about how to convertt byte[] to int
but not found any solution.
I have a structure where there are 4 bytes that points out where should I read next.
The bytes seems to be: 50, -121, 5, 0
(just a sample)
I've been searching about how to convertt byte[] to int
but not found any solution.