writeAll(writer: Writer,data: Uint8Array,): Promise<void>
Write all the content of the array buffer (arr
) to the writer (w
).
writer: Writer
The writer to write to
data: Uint8Array
The data to write
Promise<void>