FixedWidthReader Constructor |
Name | Description | |
---|---|---|
FixedWidthReader(TextReader) |
Constructs a FixedWidthReader object using
a TextReader object as the data
source. Uses a comma as the column delimiter.
| |
FixedWidthReader(String) |
Creates a FixedWidthReader object using a
file as the data source. Uses a comma as the column
delimiter and Default as the
encoding.
| |
FixedWidthReader(Stream, Encoding) |
Constructs a FixedWidthReader object using
a Stream object as the data
source.
| |
FixedWidthReader(String, Encoding) |
Creates a FixedWidthReader object using a
file as the data source.
|