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