CSVStateMachine Methods
The following tables list the members exposed by the CSVStateMachine type.
| Name | Description | |
|---|---|---|
|
NeedsMoreText() | /// Returns true if we need more text /// |
|
ParseChunk(string, bool) | /// Parse a new chunk of text retrieved via some other means than a stream. /// /// Call this function when you are retrieving your own text and when each chunk may or may not /// include line separators, and your stream does not consume line separators on its own. /// |