Location:
s32share.h
Link against: estor.lib
RShareReadStream
Supported from 5.0
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.
|
Defined in RShareReadStream
:
Open()
, RShareReadStream()
Inherited from RReadStream
:
Attach()
,
Close()
,
Detach()
,
Pop()
,
PushL()
,
ReadInt16L()
,
ReadInt32L()
,
ReadInt8L()
,
ReadL()
,
ReadReal32L()
,
ReadReal64L()
,
ReadUint16L()
,
ReadUint32L()
,
ReadUint8L()
,
Release()
,
Source()
RShareReadStream();
Constructs an empty shared read stream object.
Call Open()
to prepare the shared stream for reading.
RShareReadStream(TStreamExchange& aHost,TStreamPos aPos=KStreamBeginning);
Constructs the shared read stream object and prepares the shared stream for reading.
|
void Open(TStreamExchange& aHost,TStreamPos aPos=KStreamBeginning);
Prepares the shared stream for reading.
|