method BufWriter.prototype.writeimport { BufWriter } from "https://deno.land/std@v0.35.0/io/bufio.ts"; write(p: Uint8Array): Promise<number>Writes the contents of p into the buffer. Returns the number of bytes written. Parametersp: Uint8ArrayReturnsPromise<number>