|
- Parameters:
-
| stream | The NSInputStream from which the data will be read for the parse operation (note that the calling code is responsible for opening and closing the stream) |
| factory | The JDCSVParserDelegate concrete protocol implementation which will receive the callbacks from the parsing machine as the stream is read |
Once one has a valid factory, this is the only method to interact with the parser. This method will synchronously read the stream, sending callbacks to the factory when externally useful events occur (fields being read, records being completed, errors, etc), and returning once the stream is exhausted (run to EOF). |