class RDesWriteStream : public RWriteStream |
Supports the writing of a stream to a stream buffer hosted by an 8-bit descriptor.
Public Member Functions | |
---|---|
RDesWriteStream() | |
RDesWriteStream(const MExternalizer< TStreamRef > &) | |
RDesWriteStream(TDes8 &) | |
IMPORT_C void | Open(TDes8 &) |
Private Attributes | |
---|---|
TDesBuf | iSink |
RDesWriteStream | ( | ) | [inline] |
Constructs an empty write stream object.
Call Open() to prepare a stream for writing.
RDesWriteStream | ( | const MExternalizer< TStreamRef > & | anExter | ) | [inline] |
Constructs a write stream with an externalizer. For example, CStoreMap implements MExternalizer<TStreamRef>.
const MExternalizer< TStreamRef > & anExter | Specifies an externalizer. |