What is a stream?

后端 未结 6 1052
甜味超标
甜味超标 2020-12-02 03:21

What is a stream in the programming world? Why do we need it?

Kindly explain with the help of an analogy, if possible.

6条回答
  •  爱一瞬间的悲伤
    2020-12-02 03:59

    Another analogy: You can't swim against a stream, that's why you just can take the next bit, byte, string or object from the stream, while the already read data is deleted. A one-way-ticket...or basically just a queue without storing persistence.

    So do we need queues? You decide.

提交回复
热议问题