class RStoreReadStream : public RReadStream |
Supports the opening and manipulation of an existing stream in a store.
Public Member Functions | |
---|---|
IMPORT_C void | OpenL (const CStreamStore &, TStreamId ) |
IMPORT_C void | OpenLC (const CStreamStore &, TStreamId ) |
IMPORT_C void | OpenL | ( | const CStreamStore & | aStore, |
TStreamId | anId | |||
) |
Opens and prepares an existing stream for reading. The function leaves if it cannot complete successfully.
const CStreamStore & aStore | A reference to the store containing the stream with the specified stream id. |
TStreamId anId | The stream id of the stream to be read. |
IMPORT_C void | OpenLC | ( | const CStreamStore & | aStore, |
TStreamId | anId | |||
) |
Opens and prepares an existing stream for reading, leaving a cleanup item on the cleanup stack. The function leaves if it cannot complete successfully.
Placing a cleanup item for the RStoreReadStream onto the cleanup stack allows allocated resources to be cleaned up if a subsequent leave occurs.
const CStreamStore & aStore | A reference to the store containing the stream with the specified id. |
TStreamId anId | The stream id of the stream to be read. |
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.