import * as deno from "https://deno.land/x/deno@v0.30.0/cli/js/buffer.ts";
Classes
A Buffer is a variable-sized buffer of bytes with read() and write() methods. Based on https://golang.org/pkg/bytes/#Buffer |
Functions
Read | |
Read synchronously | |
Write all the content of | |
Write synchronously all the content of |