writeIntArray

Writes an int array to the OutputStream

Since

0.1.0

Parameters

b

The int array to write


fun writeIntArray(b: IntArray, off: Int, len: Int)(source)
fun writeIntArray(b: Array<Int>, off: Int, len: Int)(source)

Writes an int array to the OutputStream

Since

0.1.0

Parameters

b

The int array to write

off

The offset to start writing

len

The length of the array to write

Throws

If the offset or the length is out of bounds

If the length is negative