Skip to main content
Module

x/web_bson/mod.d.ts>Binary#read

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
method Binary.prototype.read
import { Binary } from "https://deno.land/x/web_bson@v0.3.0/mod.d.ts";

Reads length bytes starting at position.

Parameters

position: number
  • read from the given position in the Binary.
length: number
  • the number of bytes to read.