Skip to main content
Module

std/io/read_range.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.221.0/io/read_range.ts";

Functions

f
readRange
deprecated

Read a range of bytes from a file or other resource that is readable and seekable. The range start and end are inclusive of the bytes within that range.

f
readRangeSync
deprecated

Read a range of bytes synchronously from a file or other resource that is readable and seekable. The range start and end are inclusive of the bytes within that range.