bytesToShorts

open fun bytesToShorts(bytes: Array<Byte>): Array<Short>

Converts an array of bytes to an array of shorts.

Return

An array of shorts.

Parameters

bytes

The byte array to convert.