Location:
s32mem.h
Link against: estor.lib
RBufReadStream
Supported from 5.0
Supports the opening of an existing stream hosted by a dynamic buffer.
The stream does not take ownership of the dynamic buffer, which means that the creator is responsible for deleting the buffer when it is no longer needed.
|
Defined in RBufReadStream
:
Open()
, RBufReadStream()
Inherited from RReadStream
:
Attach()
,
Close()
,
Detach()
,
Pop()
,
PushL()
,
ReadInt16L()
,
ReadInt32L()
,
ReadInt8L()
,
ReadL()
,
ReadReal32L()
,
ReadReal64L()
,
ReadUint16L()
,
ReadUint32L()
,
ReadUint8L()
,
Release()
,
Source()
RBufReadStream();
Constructs an empty read stream object.
Call Open()
to prepare the stream for reading.
RBufReadStream(const CBufBase& aBuf,TInt aPos=0);
Constructs the object and prepares the stream, hosted by the specified dynamic buffer, for reading.
|
void Open(const CBufBase& aBuf,TInt aPos=0);
Prepares the stream, hosted by the specified dynamic buffer, for reading.
|