class MVPbkStreamable |
An interface for objects that can be written into stream.
Public Member Functions | |
---|---|
void | ExternalizeL(RWriteStream &) |
TInt | ExternalizedSize() |
TAny * | StreamableExtension(TUid) |
Protected Member Functions | |
---|---|
~MVPbkStreamable() |
void | ExternalizeL | ( | RWriteStream & | aStream | ) | const [pure virtual] |
Outputs this objects state to aStream.
RWriteStream & aStream | A stream for writing the object state. |
TInt | ExternalizedSize | ( | ) | const [pure virtual] |
Returns the externalized size of the object in bytes.
The externalized size of the object.