I have a byte array containing bytes from a file(see my last question)
now I want to get the second lot of 4 bytes from the array and convert them to an integer
something like bytearray.get(4[start],4[length])
I have a byte array containing bytes from a file( see my last question
Share
1 Answer