Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class RDesWriteStream

class RDesWriteStream : public RWriteStream;

Description

Supports the writing of a stream to an 8-bit descriptor.

Derivation

Members

Defined in RDesWriteStream:

Inherited from RWriteStream:

See also:


Construction and destruction


RDesWriteStream()

inline RDesWriteStream();

Description


RDesWriteStream(const MExternalizer< TStreamRef > &)

inline RDesWriteStream(const MExternalizer< TStreamRef > &anExter);

Description

Constructs a write stream with an externalizer. For example, CStoreMap implements MExternalizer.

Parameters

const MExternalizer< TStreamRef > &anExter

Specifies an externalizer.

See also:


RDesWriteStream(TDes8 &)

IMPORT_C RDesWriteStream(TDes8 &aDes);

Description

Construct a stream that writes to an 8-bit descriptor.

Parameters

TDes8 &aDes

The descriptor that will be the sink of this stream.

See also:

[Top]


Member functions


Open(TDes8 &)

IMPORT_C void Open(TDes8 &aDes);

Description

Open a stream that writes to an 8-bit descriptor.

Parameters

TDes8 &aDes

The descriptor that will be the sink of this stream.

See also: