Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: s32stor.h
Link against: estor.lib

Class RDictionaryReadStream

RDictionaryReadStream

Support

Supported from 5.0

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.

Derivation

RDictionaryReadStreamSupports the opening and manipulation of a stream in a dictionary store
RReadStreamThe read stream interface

Defined in RDictionaryReadStream:
OpenL(), OpenLC()

Inherited from RReadStream:
Attach(), Close(), Detach(), Pop(), PushL(), ReadInt16L(), ReadInt32L(), ReadInt8L(), ReadL(), ReadReal32L(), ReadReal64L(), ReadUint16L(), ReadUint32L(), ReadUint8L(), Release(), Source()

See also:


Opening a stream


OpenL()

void OpenL(const CDictionaryStore& aDictStore,TUid aUid);

Description

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

Parameters

const CDictionaryStore& aDictStore

The dictionary store containing the stream.

TUid aUid

The unique identifier associated with the stream to be read.


OpenLC()

void OpenLC(const CDictionaryStore& aDictStore,TUid aUid);

Description

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.

Parameters

const CDictionaryStore& aDictStore

The dictionary store containing the stream.

TUid aUid

The unique identifier associated with the stream to be read.