Streams

There are ways to access the records in input streams, using means similar to dictionaries, although one cannot change the records in an input stream.

Operations on Streams

You can also iterate through all the records in a stream using a "for" loop.