#include <s32mem.h>
class RDesReadStream : public RReadStream |
Public Member Functions | |
---|---|
RDesReadStream() | |
RDesReadStream(const TDesC8 &) | |
IMPORT_C void | Open(const TDesC8 &) |
Supports the reading of a stream from an 8-bit descriptor.
See also: TMemBuf RReadStream
RDesReadStream | ( | ) | [inline] |
Constructs an empty read stream object.
Call Open() to prepare the stream for reading.
IMPORT_C | RDesReadStream | ( | const TDesC8 & | aDes | ) |
Constructs the RDesReadStream object and prepares the stream hosted by the specified descriptor for reading.
See also: RDesReadStream::Open
Parameter | Description |
---|---|
aDes | The descriptor that will be the source of this stream. |
IMPORT_C void | Open | ( | const TDesC8 & | aDes | ) |
Open a stream that reads from a descriptor.
To close the stream and free its resources call Close()
See also: TDesBuf::Set RReadStream::Attach
Parameter | Description |
---|---|
aDes | The descriptor that will be the source of this stream. |