Skip to main content
Module

x/bytebuf/bytebuf.ts>ByteBuf#getBigUint64

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

Gets an unsigned long.

Parameters

byteOffset: number

The byte offset.

optional
littleEndian: boolean

If the value is little endian.

Returns

bigint

The value.