Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <S32MEM.H>
Link against: estor.lib

Class RDesReadStream

class RDesReadStream : public RReadStream;

Description

Supports the reading of a stream from an 8-bit descriptor.

Derivation

Members

Defined in RDesReadStream:

Inherited from RReadStream:

See also:


Construction and destruction


RDesReadStream()

inline RDesReadStream();

Description


RDesReadStream(const TDesC8 &)

IMPORT_C RDesReadStream(const TDesC8 &aDes);

Description

Construct a stream that reads from a descriptor.

Parameters

const TDesC8 &aDes

The descriptor that will be the source of this stream.

See also:

[Top]


Member functions


Open(const TDesC8 &)

IMPORT_C void Open(const TDesC8 &aDes);

Description

Open a stream that reads from a descriptor.

Parameters

const TDesC8 &aDes

The descriptor that will be the source of this stream.

See also: