RDesReadStream Class Reference

class RDesReadStream : public RReadStream

Supports the reading of a stream from an 8-bit descriptor.

TMemBuf RReadStream

Inherits from

Constructor & Destructor Documentation

RDesReadStream()

RDesReadStream ( ) [inline]

Constructs an empty read stream object.

Call Open() to prepare the stream for reading.

RDesReadStream(const TDesC8 &)

IMPORT_C RDesReadStream ( const TDesC8 & aDes )

Constructs the RDesReadStream object and prepares the stream hosted by the specified descriptor for reading.

RDesReadStream::Open

Parameters

const TDesC8 & aDes The descriptor that will be the source of this stream.

Member Functions Documentation

Open(const TDesC8 &)

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()

TDesBuf::Set RReadStream::Attach

Parameters

const TDesC8 & aDes The descriptor that will be the source of this stream.

Member Data Documentation

TMemBuf iSource

TMemBuf iSource [private]