IFileStream

Description

The IFileStream interface contains properties and methods that are used to work with a file as a bytes sequence.

Inheritance Hierarchy

          IIOStreamSys

          IIOStream

          IFileStream

Properties

  Property name Brief description
The FileName property returns the name of a file linked to 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 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 sets 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