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> |
1425
+
| Writing only |[`Writable`]| <code>[_write][stream-_write]</code>, <code>[_writev][stream-_writev]</code>, <code>[_final][stream-_final]</code> |
1426
+
| Reading and writing |[`Duplex`]| <code>[_read][stream-_read]</code>, <code>[_write][stream-_write]</code>, <code>[_writev][stream-_writev]</code>, <code>[_final][stream-_final]</code> |
1427
+
| Operate on written data, then read the result |[`Transform`]| <code>[_transform][stream-_transform]</code>, <code>[_flush][stream-_flush]</code>, <code>[_final][stream-_final]</code> |
1493
1428
1494
1429
The implementation code for a stream should *never* call the "public" methods
1495
1430
of a stream that are intended for use by consumers (as described in the
0 commit comments