writeLongArray

Writes a long array to the OutputStream

Since

0.1.0

Parameters

b

The long array to write


fun writeLongArray(b: LongArray, off: Int, len: Int)(source)

Writes a long array to the OutputStream

Since

0.1.0

Parameters

b

The long array to write

off

The offset to start writing

len

The length of the array to write


Writes a long array to the OutputStream

Since

0.1.0

Parameters

b

The long array to write

Throws

If the offset or the length is out of bounds

If the length is negative

If the array is null


fun writeLongArray(b: Array<Long>, off: Int, len: Int)(source)

Writes a long array to the OutputStream

Since

0.1.0

Parameters

b

The long 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

If the array is null