RDictionaryReadStream Class Reference

#include <s32stor.h>

class RDictionaryReadStream : public RReadStream

Inherits from

Detailed Description

Supports the opening and manipulation of a stream in a dictionary store.

Construct an object of this type to open an existing stream in a dictionary store for reading.

See also: CDictionaryStore

Member Function Documentation

OpenL ( const CDictionaryStore &, TUid )

IMPORT_C voidOpenL(const CDictionaryStore &aDictStore,
TUidaUid
)

Opens the stream associated with the specified UID in the specified dictionary store, and prepares it for reading.

ParameterDescription
aDictStoreThe dictionary store containing the stream.
aUidThe unique identifier associated with the stream to be read.

OpenLC ( const CDictionaryStore &, TUid )

IMPORT_C voidOpenLC(const CDictionaryStore &aDictStore,
TUidaUid
)

Opens the stream associated with the specified UID in the specified dictionary store, prepares it for reading, and puts a a cleanup item onto the cleanup stack..

Placing a cleanup item on the cleanup stack allows allocated resources to be cleaned up if a subsequent leave occurs.

ParameterDescription
aDictStoreThe dictionary store containing the stream.
aUidThe unique identifier associated with the stream to be read.