IFileSystem Interface

NReco.PivotData Class Library Documentation
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

public interface IFileSystem

The IFileSystem type exposes the following members.

Methods

  NameDescription
Public methodDelete
Removes specified file
Public methodGetInputStream
Returns Stream for reading contents of the specified file
Public methodGetOutputStream
Returns Stream for writing to the specified file
Top
See Also

Reference