IFileSystemGetInputStream Method

NReco.PivotData Class Library Documentation
Returns Stream for reading contents of the specified file

Namespace:  NReco.PivotData.File
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

Stream GetInputStream(
	string fileName
)

Parameters

fileName
Type: SystemString
File name to read

Return Value

Type: Stream
See Also

Reference