readInts

open override fun readInts(dst: IntArray, offset: Int, len: Int)

Reads a specified number of ints into an array at the specified offset.

Parameters

dst

the array to read bytes into

offset

the offset in the array to start storing ints

length

the number of ints to read