writeOut

abstract fun writeOut(data: Array<Byte>, offset: Int, length: Int)

Writes a piece of payload.

Parameters

data

the data to write

offset

offset inside data to start writing from

length

the amount of data to write

Throws

when something fails