Click or drag to resize
FixedWidthReader Constructor (Stream, Encoding)
Constructs a FixedWidthReader object using a Stream object as the data source.

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public FixedWidthReader(
	Stream inputStream,
	Encoding encoding
)

Parameters

inputStream
Type: System.IOStream
The stream to use as the data source.
encoding
Type: System.TextEncoding
The Encoding to use while parsing the data.
See Also