stream class
C53244
concept
A stream class represents a continuous, ordered flow of data elements that can be read from or written to sequentially, often abstracting underlying input/output sources such as files, networks, or memory buffers.