RShareWriteStream Class Reference
class RShareWriteStream : public RWriteStream
|
Supports the opening, for writing, of a stream which shares its host with other streams.
This is also called a shared write stream.
The class uses a
RShareBuf
stream buffer.
RShareBuf
RFileBuf
Constructor & Destructor Documentation
RShareWriteStream()
RShareWriteStream
|
(
|
)
|
[inline]
|
RShareWriteStream(const MExternalizer< TStreamRef > &)
RShareWriteStream(TStreamExchange &, TStreamPos)
Constructs the shared write stream object and prepares the shared stream for writing.
KStreamBeginning
Parameters
TStreamExchange
& aHost
|
The object that manages shared streaming.
|
TStreamPos
aPos = KStreamBeginning
|
The position of the stream within the host stream. Defaults to the beginning of the host stream, if not explicitly specified.
|
Member Functions Documentation
Open(TStreamExchange &, TStreamPos)
Prepares the shared stream for writing.
Parameters
TStreamExchange
& aHost
|
The object that manages shared streaming.
|
TStreamPos
aPos = KStreamBeginning
|
The position of the stream within the host stream. Defaults to the beginning of the host stream, if not explicitly specified.
|
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.