MVPbkStreamable Class Reference

class MVPbkStreamable

An interface for objects that can be written into stream.

Constructor & Destructor Documentation

~MVPbkStreamable()

~MVPbkStreamable ( ) [protected, inline, virtual]

Destructor.

Member Functions Documentation

ExternalizeL(RWriteStream &)

void ExternalizeL ( RWriteStream & aStream ) const [pure virtual]

Outputs this objects state to aStream.

Parameters

RWriteStream & aStream A stream for writing the object state.

ExternalizedSize()

TInt ExternalizedSize ( ) const [pure virtual]

Returns the externalized size of the object in bytes.

StreamableExtension(TUid)

TAny * StreamableExtension ( TUid ) [inline, virtual]

Returns an extension point for this interface or NULL.

Parameters

TUid