storeUShortArray
inline fun Memory.storeUShortArray(
offset: Int,
source: <ERROR CLASS>,
sourceOffset: Int = 0,
count: Int = source.size - sourceOffset
): Unit
inline fun Memory.storeUShortArray(
offset: Long,
source: <ERROR CLASS>,
sourceOffset: Int = 0,
count: Int = source.size - sourceOffset
): Unit
Copies unsigned shorts integers from the source array at sourceOffset to this memory at the specified offset interpreting numbers in the network order (Big Endian).
Parameters
sourceOffset
- items