Skip to main content
Module

x/atlas_sdk/deps.ts>Binary#read

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
method Binary.prototype.read
import { Binary } from "https://deno.land/x/atlas_sdk@v1.1.3/deps.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.