Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class RMemReadStream

class RMemReadStream : public RReadStream;

Description

Supports the reading of a stream from a pointer of any type.

Derivation

Members

Defined in RMemReadStream:

Inherited from RReadStream:

See also:


Construction and destruction


RMemReadStream()

inline RMemReadStream();

Description


RMemReadStream(const TAny *,TInt)

IMPORT_C RMemReadStream(const TAny *aPtr, TInt aLength);

Description

Construct a stream that reads from a pointer of any type.

Parameters

const TAny *aPtr

The start address for the area of memory that will be the source of this stream.

TInt aLength

The length of the area of memory.

See also:

[Top]


Member functions


Open(const TAny *,TInt)

IMPORT_C void Open(const TAny *aPtr, TInt aLength);

Description

Open a stream that reads from a pointer of any type.

Parameters

const TAny *aPtr

The start address for the area of memory that will be the source of this stream.

TInt aLength

The length of the area of memory.

See also: