[]
Initializes a new instance of the DbfReader class.
public DbfReader(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The file containing the input data. |
Initializes a new instance of the DbfReader class.
public DbfReader(Stream inputStream)
Type | Name | Description |
---|---|---|
Stream | inputStream | The stream with input data. |