Abstract filesystem interface used by reader and writer components.
Namespace: NReco.PivotData.File
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The IFileSystem type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Delete |
Removes specified file
| |
| GetInputStream |
Returns Stream for reading contents of the specified file
| |
| GetOutputStream |
Returns Stream for writing to the specified file
|
See Also