Reading from a stream

Hi guys :)

Does reading from a stream change the stream? If so, how?

Thanks!!
Yes, reading from a stream changes the internal state of the stream. The read pointer may be moved, error flags may be set, more data might be requested, etc.
Last edited on
Topic archived. No new replies allowed.