FileStream Class |
Namespace: FM.IceLink
The FileStream type exposes the following members.
| Name | Description | |
|---|---|---|
| FileStream |
Initializes a new instance of the FileStream class.
|
| Name | Description | |
|---|---|---|
| Length |
Gets the file length (must be opened first).
| |
| Path |
Gets the path.
| |
| Position |
Gets or sets the position in the file.
|
| Name | Description | |
|---|---|---|
| Close |
Closes the file.
| |
| Delete |
Deletes the specified file.
| |
| Equals | (Inherited from Object.) | |
| Exists |
Returns a boolean value indicating whether the file exists.
| |
| Finalize | (Inherited from Object.) | |
| Flush |
Flushes the file contents.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Open |
Opens the file.
| |
| Read |
Reads data from the file.
| |
| ToString | (Inherited from Object.) | |
| Write |
Writes data to the file.
| |
| WriteTo |
Writes data to the file.
|