Location:
S32SHARE.H
Link against: estor.lib
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.
RReadStream
- The read stream interface
RShareReadStream
- Supports the opening, for reading, of a stream which shares its host with other streams
Defined in RShareReadStream
:
Open()
, RShareReadStream()
, RShareReadStream()
Inherited from RReadStream
:
Attach()
,
Close()
,
Detach()
,
Pop()
,
PushL()
,
ReadInt16L()
,
ReadInt32L()
,
ReadInt8L()
,
ReadL()
,
ReadReal32L()
,
ReadReal64L()
,
ReadUint16L()
,
ReadUint32L()
,
ReadUint8L()
,
Release()
,
Source()
inline RShareReadStream();
Constructs an empty shared read stream object.
Call Open()
to prepare the shared stream for reading.
IMPORT_C RShareReadStream(TStreamExchange &aHost, TStreamPos aPos=KStreamBeginning);
Constructs the shared read stream object and prepares the shared stream for reading.
|
IMPORT_C void Open(TStreamExchange &aHost, TStreamPos aPos=KStreamBeginning);
Prepares the shared stream for reading.
|