Skip to main content
Module

x/sdeno/deps.ts>Buffer#readBigInt64LE

Steno on Deno. Specialized fast async file writer.
Go to Latest
method Buffer.prototype.readBigInt64LE
Re-export
import { Buffer } from "https://deno.land/x/sdeno@v1.0.5/deps.ts";

Reads a signed, little-endian 64-bit integer from buf at the specifiedoffset.

Integers read from a Buffer are interpreted as two's complement signed values.

Parameters

optional
offset: number

Returns

bigint