Location:
s32share.h
Link against: estor.lib
RShareWriteStream
Supported from 5.0
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.
|
Defined in RShareWriteStream:
Open(), RShareWriteStream()
Inherited from RWriteStream:
Attach(),
Close(),
CommitL(),
Detach(),
Pop(),
PushL(),
Release(),
Sink(),
WriteInt16L(),
WriteInt32L(),
WriteInt8L(),
WriteL(),
WriteReal32L(),
WriteReal64L(),
WriteUint16L(),
WriteUint32L(),
WriteUint8L()
RShareWriteStream();
Constructs an empty shared write stream object.
Call Open() to prepare the shared stream for writing.
RShareWriteStream(TStreamExchange& aHost,TStreamPos aPos=KStreamBeginning);
Constructs the shared write stream object and prepares the shared stream for writing.
|
void Open(TStreamExchange& aHost,TStreamPos aPos=KStreamBeginning);
Prepares the shared stream for writing.
|