Very Popular
Go to Latest
class AbstractBytesOutputHandler
extends AbstractOutputHandler<B, Uint8Array>
Abstract
import { AbstractBytesOutputHandler } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/runners/handlers/abstract-handlers.ts";

Methods

protected
transformReader(reader: MultiCloseReader): AsyncIterableIterator<Uint8Array>