interface TransformOptions
implements DuplexOptions
import { type TransformOptions } from "https://deno.land/std@0.156.0/node/_stream.d.ts";
Methods
optional
construct(this: Transform, callback: (error?: Error | null) => void): voidoptional
read(this: Transform, size: number): voidoptional
writev(this: Transform,
chunks: Array<{ chunk: any; encoding: BufferEncoding; }>,
callback: (error?: Error | null) => void,
optional
final(this: Transform, callback: (error?: Error | null) => void): voidoptional
flush(this: Transform, callback: TransformCallback): void