import * as mod from "https://dotland.deno.dev/std@0.110.0/io/util.ts";
Functions
f copy | Copies from |
f iter | Turns a Reader, |
Turns a ReaderSync, | |
Read Reader | |
Synchronously reads Reader | |
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. | |
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. | |
Write all the content of the array buffer ( | |
Synchronously write all the content of the array buffer ( |