Constructs a CXlIStream object
[C++]
CXlIStream(
   std::istream& inner
);
An initialized, open STL input stream.
This method constructs a CXlIStream object, which will read serialized data from the 
            inner istream.
            
Header: xlserialize.h