I have a byte array which looks something like
01 00 02 00 73 45 69 A5
So i have to read first 2 bytes and convert it into integer to get its value.
Same for next 2 bytes and then next 4 bytes.
Here the value for first 2 bytes (01 00) is 1, next 2 bytes (02 00) is 2.
So could some one help me on this.