Implement NetricsFieldedReader for CSV files.
The following tables list the members exposed by NetricsCSVReader.
Public Constructors
| Name | Description | |
|---|---|---|
|
NetricsCSVReader | Overloaded. |
Public Methods
| Name | Description | |
|---|---|---|
|
close | Closes files opened by this object. |
|
curLine | Return the text of the last line processed. |
|
curLineNum | Return the line number of the next line to be read. |
|
Dispose | Clean up attached resources. |
|
Equals | (inherited from Object) |
|
GetHashCode | (inherited from Object) |
|
GetType | (inherited from Object) |
|
readRecord | Read a single logical CSV record. |
|
reset | Reset the read back to the first record. |
|
ToString | (inherited from Object) |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
NetricsCSVReader | Overloaded. |