class internal.Transform
extends Duplex
Transform streams are Duplex streams where the output is in some way
related to the input. Like all Duplex streams, Transform streams
implement both the Readable and Writable interfaces.
Examples of Transform streams include:
zlib streamscrypto streams
Constructors Jump to heading
new
Jump to headingTransform(opts?: TransformOptions)Methods Jump to heading
Jump to heading_flush(callback: TransformCallback): voidJump to heading_transform(): void