writeAll(data: Uint8Array,writer: Writer,): Promise<void>
Low level write without locking, writing in multiple chunks if needed.
Data is written completely. Does not attempt to close the writer.
data: Uint8Array
The data to write.