import { readExact } from "https://deno.land/std@0.135.0/encoding/binary.ts";
Reads the exact number of bytes from r
required to fill b
.
Throws Deno.errors.UnexpectedEof
if n
bytes cannot be read.
import { readExact } from "https://deno.land/std@0.135.0/encoding/binary.ts";
Reads the exact number of bytes from r
required to fill b
.
Throws Deno.errors.UnexpectedEof
if n
bytes cannot be read.