setIntAt

external fun ByteArray.setIntAt(index: Int, value: Int)

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

Throws

if index is outside of array boundaries.