class XIMPRBuf8Helper |
RBuf8 handling helper.
Public Member Functions | |
---|---|
IMPORT_C void | ExternalizeL (const RBuf8 &, RWriteStream &) |
IMPORT_C void | GrowIfNeededL ( RBuf8 &, const TInt ) |
IMPORT_C void | InternalizeL ( RBuf8 &, RReadStream &) |
IMPORT_C void | SetNewValueL ( RBuf8 &, const TDesC8 &) |
IMPORT_C void | ExternalizeL | ( | const RBuf8 & | aBuf, |
RWriteStream & | aStream | |||
) | [static] |
Externalizes RBuf to stream.
const RBuf8 & aBuf | RBuf which to externalize. |
RWriteStream & aStream | The stream to write. |
IMPORT_C void | GrowIfNeededL | ( | RBuf8 & | aBuf, |
const TInt | aMaxLength | |||
) | [static] |
Grows RBuf hold given max length.
IMPORT_C void | InternalizeL | ( | RBuf8 & | aBuf, |
RReadStream & | aStream | |||
) | [static] |
Internalizes referenced RBuf from stream. ReAllocates the RBuf if needed during the internalization.
RBuf8 & aBuf | RBuf reference where to internalize. |
RReadStream & aStream | The stream from to read. |
IMPORT_C void | SetNewValueL | ( | RBuf8 & | aBuf, |
const TDesC8 & | aValue | |||
) | [static] |
Sets new value for RBuf.
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.