Skip to main content
Go to Latest
method Buffer.prototype.readUIntBE
import { Buffer } from "https://deno.land/std@0.114.0/node/buffer.ts";

Reads byteLength number of bytes from buf at the specified offset and interprets the result as an unsigned big-endian integer supporting up to 48 bits of accuracy.

Parameters

optional
offset = [UNSUPPORTED]
byteLength: number

Returns

number