setShortAt

external fun ByteArray.setShortAt(index: Int, value: Short)

Sets Short out of the ByteArray byte buffer at specified index index

Throws

if index is outside of array boundaries.