| Parameter | Definition |
|---|---|
| Readable Stream | type of stream where data can be read from |
| Writable Stream | type of stream where data can be written to |
| Duplex Stream | type of stream that is both readable and writeable |
| Transform Stream | type of duplex stream that can transform data as it is being read and then written |