get UInt Array

fun ByteArray.getUIntArray(index: Int, count: Int): ArrayList<UInt>

Capture UIntArray values from ByteArray

Author

Felipe Gonzalez

Return

ArrayList of UInt

Parameters

index

position of data

count

size of data