Click or drag to resize

IFileStream Methods

The IFileStream type exposes the following members.

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