import * as mod from "https://deno.land/std@0.209.0/types.d.ts";
Interfaces
An abstract interface which when implemented provides an interface to close files/resources that were previously opened. | |
An abstract interface which when implemented provides an interface to read bytes into an array buffer asynchronously. | |
An abstract interface which when implemented provides an interface to read bytes into an array buffer synchronously. | |
An abstract interface which when implemented provides an interface to write bytes from an array buffer to a file/resource asynchronously. | |
An abstract interface which when implemented provides an interface to write bytes from an array buffer to a file/resource synchronously. |