Skip to main content
Module

x/bytebuf/bytebuf.ts>ByteBuf#readString

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

Reads the next string.

Parameters

optional
byteLength: number

The byte length.

optional
byteEncoding: string

The byte encoding.

Returns

string

The value.