Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class RBufReadStream

class RBufReadStream : public RReadStream;

Description

Supports the reading of a stream from a dynamic buffer.

Derivation

Members

Defined in RBufReadStream:

Inherited from RReadStream:

See also:


Construction and destruction


RBufReadStream()

inline RBufReadStream();

Description


RBufReadStream(const CBufBase &,TInt)

IMPORT_C RBufReadStream(const CBufBase &aBuf, TInt aPos=0);

Description

Construct a stream that reads from a dynamic buffer.

Parameters

const CBufBase &aBuf

The dynamic buffer that will be the source of this stream.

TInt aPos

The offset within the dynamic buffer where the stream starts.

See also:

[Top]


Member functions


Open(const CBufBase &,TInt)

IMPORT_C void Open(const CBufBase &aBuf, TInt aPos=0);

Description

Open a stream that reads from a dynamic buffer.

Parameters

const CBufBase &aBuf

The dynamic buffer that will be the source of this stream.

TInt aPos

The offset within the dynamic buffer where the stream starts.

See also: