Skip to main content
Module

x/bytebuf/bytebuf.ts>ByteBuf#writeUint16Array

A byte buffer for encoding and decoding binary data in JavaScript.
Latest
method ByteBuf.prototype.writeUint16Array
import { ByteBuf } from "https://deno.land/x/bytebuf@1.2.0/bytebuf.ts";

Writes the next array of unsigned bytes.

Parameters

value: Uint16Array

The value.