Join Slack
Powered by
You will also need to write code to extract an `In...
# getting-started
e
elizarov
12/13/2016, 12:08 PM
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) = …
2
Views
Open in Slack
Previous
Next