IFileStream Interface |
Namespace: FM.IceLink
The IFileStream type exposes the following members.
Name | Description | |
---|---|---|
Length |
Gets the file stream length (must be opened first).
| |
Path |
Gets the path.
| |
Position |
Gets or sets the position in the file stream.
|
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.
|