method Buffer.prototype.write
Buffer.prototype.write(p: Uint8Array): Promise<number>NOTE: This methods writes bytes synchronously; it's provided for
compatibility with Writer interface.
Parameters
p: Uint8ArrayBuffer.prototype.write(p: Uint8Array): Promise<number>NOTE: This methods writes bytes synchronously; it's provided for
compatibility with Writer interface.
p: Uint8Array