The write stream interface. The process of externalising to a stream is achieved through a reference to an object of this type.
A store aware class defines and implements an ExternalizeL() member function which is used to externalise that object and takes a reference to an RWriteStream as the interface to the write stream
RFileWriteStream writeStream; User::LeaveIfError(writeStream.Create(fs, KTxtTestFileName,EFileWrite)); //Push the stream onto the Cleanup Stack before calling any leaving functions.// writeStream.PushL();
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| help! | advocatee | Symbian User Interface | 0 | 2003-09-15 16:15 |
| Streaming error | advocatee | General Symbian C++ | 2 | 2003-08-13 21:05 |
| argh.. really really old but unsolved problem | advocatee | General Symbian C++ | 5 | 2003-09-16 21:16 |
| 求救有关通讯录以VCard形式输出的问题!~~~~~ | tianzhihen_001 | Symbian | 0 | 2008-04-26 04:50 |
| Cannot access TBuf when using reference operator -> | advocatee | General Symbian C++ | 5 | 2003-09-01 08:25 |