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.23/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

Number of bytes to skip before starting to read. Must satisfy: 0 <= offset <= buf.length - 8.

Returns

bigint