write

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