RShareReadStream Class Reference
class RShareReadStream : public RReadStream
|
Supports the opening, for reading, of a stream which shares its host with other streams.
This is also called a shared read stream.
The class uses a
RShareBuf
stream buffer.
RShareBuf
RFileBuf
Constructor & Destructor Documentation
RShareReadStream()
RShareReadStream
|
(
|
)
|
[inline]
|
RShareReadStream(TStreamExchange &, TStreamPos)
Constructs the shared read stream object and prepares the shared stream for reading.
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 reading.
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.