RFotaWriteStream Class Reference

class RFotaWriteStream : public RWriteStream

RFotaWriteStream saves swupd to memory chunk

Saves written content via TDP2StreamBuf to the chunk.

fotaengine.lib
Since
S60 3.1

Inherits from

Constructor & Destructor Documentation

RFotaWriteStream()

RFotaWriteStream ( )

Member Functions Documentation

OpenL(const TInt)

TInt OpenL ( const TInt aPkgId )

Opens stream

Parameters

const TInt aPkgId package id

Member Data Documentation

TDP2StreamBuf iBuf

TDP2StreamBuf iBuf [private]

Memory buffer

RFotaEngineSession * iFotaEngineSession

RFotaEngineSession * iFotaEngineSession [private]

Reference to parent session

TInt iWriteLimit

TInt iWriteLimit [private]

Max package size. If exceeded, must throw error in this class.