js.node.stream
| .. | |
|---|---|
| Chunk | |
| Duplex | Duplex streams are streams that implement both the |
| DuplexEvent | Writable streams are an abstraction for a destination to which data is written. |
| DuplexNewOptions | Passed to both |
| IDuplex | |
| IReadable |
|
| ITransform | |
| IWritable | Writable interface used for type parameter constraints.
See |
| PassThrough | The |
| Readable | See also: |
| ReadableEvent | Readable streams are an abstraction for a source from which data is consumed. |
| ReadableNewOptions | Options for |
| Transform | A |
| TransformNewOptions | See also: |
| Writable | The Writable stream interface is an abstraction for a destination that you are writing data to. |
| WritableEvent | Writable streams are an abstraction for a destination to which data is written. |
| WritableNewOptions | See also: |
| WritableNewOptionsAdapter |