[C++]
class CXlIStrStream
The CXlIStrStream class is a specialized class derived from CXlIStream. It contains its own inner stream, which is of type std::istrstream, i.e. a stream that controls an array bytes in of memory. The class thus represents both the conversion method for data to be deserialized and also the byte array from which the data is deserialized.
Header: xlserialize.h
CXlIStrStream Methods
| xlserialize.h
| CXlIStream class
| CXlOStrStream class
| CXlOStream class
| CXlOperCache class
| CXlInputKey class
| CXlSerialData class
| Serialize sample