Namespace: Rx – Class: IIoStreamWriter – Header: Rx.Core/IIoStream.h

IIoStreamWriter Class

C++
#include "Rx.Core/IIoStream.h"
class IIoStreamWriter : public IIoStream

An i/o stream writer.

Destructor

~IIoStreamWriter()

Destructor.

Methods

Write(data, bytes)

Writes the given amount of bytes to the stream at the current position.

SetPosition(offset, origin)

Sets the current stream position.

(Inherited from IIoStream)
GetPosition()

Returns the current stream position.

(Inherited from IIoStream)