Creates a basic_istream object.
explicit basic_istream (basic_streambuf<charT, traits>* sb);
The basic_istream constructor is overloaded. It can be created as a base class with no arguments. It may be a simple input class initialized to a previous object's stream buffer.