Extremely Popular
Go to Latest
method BufWriter.prototype.reset
import { BufWriter } from "https://dotland.deno.dev/x/dejs@0.10.1/vendor/https/deno.land/std/io/bufio.ts";

Discards any unflushed buffered data, clears any error, and resets buffer to write its output to w.

Parameters

w: Writer