Namespaces
Variants
Actions

RReadStream

Jump to: navigation, search
Article Metadata

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

The read stream interface. The process of internalising from a stream is achieved through a reference to an object of this type.

A store aware class defines an implements an InternalizeL() member function which is used to internalise that object and takes a reference to an RReadStream as the interface to the read stream.


Creating RFileReadStream

TInt16* num;
RFileReadStream readStream;
readStream.PushL();// reader on cleanup stack
User::LeaveIfError(readStream.Open(fs, KTxtTestFileName, EFileRead));
readStream >> *num;
CleanupStack::PopAndDestroy(); // readStream
This page was last modified on 26 July 2012, at 08:26.
87 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