Constructor.
Type of delegate which receives parsed CSV rows.
Parses CSV data from the provided stream. Parsing ends when an EOF is encountered. As rows are extracted and parsed, they are passed to the provided delegate.
Separator character. Defaults to comma, but may be set before calling parse().
Simple CSV parser. Passes extracted fields, one row at a time to a user-provided delegate.