RCatalogsBufferWriter Class Reference
class RCatalogsBufferWriter |
Utility class for writing to a buffer
Usage:
RCatalogsBufferWriter writer;
writer.OpenLC();
writer().WriteInt32L( 64 );
ExternalizeDesL( myDescriptor, writer() );
...
TPtr8 ptr( writer->PtrL() );
// use the pointer
...
CleanupStack::PopAndDestroy( &writer );
Constructor & Destructor Documentation
RCatalogsBufferWriter(const RCatalogsBufferWriter &)
~RCatalogsBufferWriter()
~RCatalogsBufferWriter | ( | ) | [virtual] |
Member Functions Documentation
OpenL()
Opens the stream for writing.
Note:
This object must be Closed when it's not used anymore
OpenLC()
Opens the stream for writing and pushes the writer to cleanupstack
operator=(const RCatalogsBufferWriter &)
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.