IO > IO Assembly Interfaces > IFileStream
The IFileStream interface contains properties and methods that are used to work with a file as a bytes sequence.
IFileStream
Property name | Brief description | |
![]() |
FileName | The FileName property returns the name of a file linked to a stream. |
Property name | Brief description | |
![]() |
Position | The Position property determines a position in a stream. |
![]() |
Size | The Size property determines a stream size in bytes. |
Method name | Brief description | |
![]() |
CopyFrom | The CopyFrom method copies data from the specified stream to the current stream. |
![]() |
ReadByte | The ReadByte method reads a data byte from a stream. |
![]() |
Seek | The Seek method sets a position in a stream taking into account offset parameters and stream positioning. |
![]() |
WriteByte | The WriteByte method writes a data byte into a stream. |
See also: