writeBytes

open override fun writeBytes(b: ByteArray, offset: Int, len: Int)

Writes an array of bytes.

Parameters

b

the bytes to write

offset

the offset in the byte array

length

the number of bytes to write

See also