www.csvreader.com

Constructs a FixedWidthReader object using a Stream object as the data source.

[Visual Basic]
Overloads Public Sub New( _
   ByVal inputStream As Stream, _
   ByVal encoding As Encoding _
)
[C#]
public FixedWidthReader(
   Stream inputStream,
   Encoding encoding
);

Parameters

inputStream
The stream to use as the data source.
encoding
The Encoding to use while parsing the data.

See Also

FixedWidthReader Class | DataStreams.FixedWidth Namespace | FixedWidthReader Constructor Overload List