shortsToBytes

open fun shortsToBytes(shorts: Array<Short>): Array<Byte>

Converts an array of shorts to an array of bytes.

Return

An array of bytes.

Parameters

shorts

The short array to convert.