Constructs a FixedWidthDataReader object using a Stream object as the data source. Uses a comma as the column delimiter.
[Visual Basic]
Overloads Public Sub New( _
ByVal
inputStream As
Stream, _
ByVal
encoding As
Encoding _
)
[C#]
public FixedWidthDataReader(
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
FixedWidthDataReader Class | DataStreams.FixedWidth Namespace | FixedWidthDataReader Constructor Overload List