A Node stream like /dev/null.
/dev/null
Writing goes to a black hole, reading returns EOF.
EOF
Makes this stream call destroy on itself, emitting the close event.
destroy
close
A Node stream like
/dev/null
.Writing goes to a black hole, reading returns
EOF
.