programming-streams.html


* created: 2025-09-25T23:23
* modified: 2025-10-03T16:43

title

Streams and rivers

description

Description

Streams and Rivers

A stream is an abstraction that represents a sequence of data elements, which can be used to read and write from/to a data source.

Data that is being read can't be accessed again without closing and reopening the stream, because of it's sequential data.