You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Reading only |[`Readable`]| <code>[_read][stream-_read]</code> |
1427
+
| Writing only |[`Writable`]| <code>[_write][stream-_write]</code>, <code>[_writev][stream-_writev]</code>, <code>[_final][stream-_final]</code> |
1428
+
| Reading and writing |[`Duplex`]| <code>[_read][stream-_read]</code>, <code>[_write][stream-_write]</code>, <code>[_writev][stream-_writev]</code>, <code>[_final][stream-_final]</code> |
1429
+
| Operate on written data, then read the result |[`Transform`]| <code>[_transform][stream-_transform]</code>, <code>[_flush][stream-_flush]</code>, <code>[_final][stream-_final]</code> |
1495
1430
1496
1431
The implementation code for a stream should *never* call the "public" methods
1497
1432
of a stream that are intended for use by consumers (as described in the
0 commit comments