Location:
s32mem.h
Link against: estor.lib
RDesReadStream
Supported from 5.0
Supports the opening of an existing stream hosted by a descriptor.
|
Defined in RDesReadStream:
Open(), RDesReadStream()
Inherited from RReadStream:
Attach(),
Close(),
Detach(),
Pop(),
PushL(),
ReadInt16L(),
ReadInt32L(),
ReadInt8L(),
ReadL(),
ReadReal32L(),
ReadReal64L(),
ReadUint16L(),
ReadUint32L(),
ReadUint8L(),
Release(),
Source()
RDesReadStream();
Constructs an empty read stream object.
Call Open() to prepare the stream for reading.
RDesReadStream(const TDesC8& aDes);
Constructs the object and prepares the stream, hosted by the specified descriptor, for reading.
|
void Open(const TDesC8& aDes);
Prepares the stream, hosted by the specified descriptor, for reading.
|