write

abstract suspend fun write(buffer: ByteArray, offset: Int = 0, len: Int = buffer.size - offset)
open suspend fun write(byte: Int)