Click or drag to resize

IFileStream Interface

A file stream.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The IFileStream type exposes the following members.

Properties
  NameDescription
Public propertyLength
Gets the file stream length (must be opened first).
Public propertyPath
Gets the path.
Public propertyPosition
Gets or sets the position in the file stream.
Top
Methods
  NameDescription
Public methodClose
Closes the file stream.
Public methodExists
Returns a boolean value indicating whether the file exists.
Public methodFlush
Flushes the file stream.
Public methodOpen
Opens the file stream.
Public methodRead
Reads data from the file stream.
Public methodWrite
Writes data to the file stream.
Public methodWriteTo
Writes data to the file stream.
Top
See Also