write

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