You will also need to write code to extract an `In...
# getting-started
e
You will also need to write code to extract an
Int
from a byte array with an appropriate endiannes:
fun ByteArray.getInt(index: Int, bigEndianess: Boolean = true) = …