write

fun write(data: ByteArray, offset: Int = 0, size: Int = data.size - offset)
fun write(byte: Int)