Skip to main content
Module

x/bytebuf/bytebuf.ts>ByteBuf#writeInt8

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

Writes the next signed byte.

Parameters

value: number

The value.