write

abstract suspend fun write(b: Int)
abstract suspend fun write(b: ByteArray)
abstract suspend fun write(b: ByteArray, offset: Int, size: Int)