Transcription: IStream is the InputStream class. IStream is a class that implements input streams. The public member functions of IStream allows you to take characters out of the stream buffer that is associated with an IStream object. The predefined stream Cin, for example, is an object of a class derived from IStream.