Namespaces
Variants
Actions

RWriteStream

Jump to: navigation, search
Article Metadata

Article
Created: eswar_illuri (15 May 2007)
Last edited: hamishwillee (26 Jul 2012)

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


Creating an RFileWriteStream

#include <s32file.h>
 
...
 
RFileWriteStream writeStream;
 
User::LeaveIfError(writeStream.Create(fs, KTxtTestFileName,EFileWrite));
 
//Push the stream onto the Cleanup Stack before calling any leaving functions.//
 
writeStream.PushL();
This page was last modified on 26 July 2012, at 08:25.
64 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved