Location:
s32mem.h
Link against: estor.lib
RMemReadStream
Supported from 5.0
Supports the opening and manipulation of an existing stream hosted in plain memory.
|
Defined in RMemReadStream:
Open(), RMemReadStream()
Inherited from RReadStream:
Attach(),
Close(),
Detach(),
Pop(),
PushL(),
ReadInt16L(),
ReadInt32L(),
ReadInt8L(),
ReadL(),
ReadReal32L(),
ReadReal64L(),
ReadUint16L(),
ReadUint32L(),
ReadUint8L(),
Release(),
Source()
RMemReadStream();
Constructs an empty object.
Call Open() to prepare the stream for reading.
RMemReadStream(const TAny* aPtr,TInt aLength);
Constructs the object and prepares the stream, hosted in the specified plain memory location, for reading.
|
void Open(const TAny* aPtr,TInt aLength);
Prepares the stream, hosted in the specified plain memory location, for reading.
|