IMemoryStream

Description

The IMemoryStream interface contains properties and methods to work with a stream organized in PC memory.

Inheritance hierarchy

          IIOStreamSys

          IIOStream

          IMemoryStream

Properties

  Property name Brief description
The Capacity property determines capacity in bytes of memory assigned for a stream.

Properties inherited from IIOStream

  Property name Brief description
The Position property determines a position in a stream.
The Size property determines a stream size in bytes.

Methods

  Method name Brief description
The Clear method clears a stream.
The Parse method puts data into a stream.
The ToString method transforms stream content into a character string.

Methods inherited from IIOStream

  Method name Brief description
The CopyFrom method copies data from the specified stream to the current stream.
The ReadByte method reads a data byte from a stream.
The Seek method assigns a position in a stream taking into account offset parameters and stream positioning.
The WriteByte method writes a data byte into a stream.

See also:

IO Assembly Interfaces