Skip to main content
Module

x/bytebuf/bytebuf.ts>ByteBuf#writeString

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

Writes the next a string.

Parameters

value: string

The string.

optional
byteEncoding: string

The byte encoding.