SophiaFramework UNIVERSE 5.3 |
SFXStringStream is the base class of the string stream to read / write the string from / onto.
To read from / write onto the string actually, use the following classes derived from this class separately depending on the read / write type and the string type.
Table 197. Derived Classes of SFXStringStream [String Stream]
String Type | For Reading | For Writing |
---|---|---|
AChar Type(SFXAnsiString) | SFXAnsiStringStreamReader | SFXAnsiStringStreamWriter |
WChar Type(SFXWideString) | SFXWideStringStreamReader | SFXWideStringStreamWriter |
SFXAnsiStringStreamReader | SFXWideStringStreamReader | SFXAnsiStringStreamWriter | SFXWideStringStreamWriter
Constructor/Destructor |
---|
SFXStringStream( Void ) Constructor of the SFXStringStream class.
|
[ protected, explicit ] SFXStringStream(Void);
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |