import * as mod from "https://deno.land/std@0.100.0/io/util.ts";
Functions
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 ( |