Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: s32mem.h
Link against: estor.lib

Class RDesReadStream

RDesReadStream

Support

Supported from 5.0

Description

Supports the opening of an existing stream hosted by a descriptor.

Derivation

RDesReadStreamSupports the opening of an existing stream hosted by a descriptor
RReadStreamThe read stream interface

Defined in RDesReadStream:
Open(), RDesReadStream()

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

See also:


Construction


RDesReadStream()

RDesReadStream();

Description

Constructs an empty read stream object.

Call Open() to prepare the stream for reading.

See also:


RDesReadStream()

RDesReadStream(const TDesC8& aDes);

Description

Constructs the object and prepares the stream, hosted by the specified descriptor, for reading.

Parameters

const TDesC8& aDes

The descriptor hosting the stream.

[Top]


Member functions


Open()

void Open(const TDesC8& aDes);

Description

Prepares the stream, hosted by the specified descriptor, for reading.

Parameters

const TDesC8& aDes

The descriptor hosting the stream.