IFileStream Methods |
The IFileStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Closes the file stream.
|
![]() | Exists |
Returns a boolean value indicating whether the file exists.
|
![]() | Flush |
Flushes the file stream.
|
![]() | Open |
Opens the file stream.
|
![]() | Read |
Reads data from the file stream.
|
![]() | Write |
Writes data to the file stream.
|
![]() | WriteTo |
Writes data to the file stream.
|