writeBytes

suspend fun AsyncOutputStream.writeBytes(data: ByteArray, position: Int, length: Int)
fun SyncOutputStream.writeBytes(data: ByteArray, position: Int, length: Int)