Parses the CSV according to the given strategy
and returns the content as an array of records
(whereas records are arrays of single values).
Returns the contents of the buffer as a char[].
Parses from the current point in the stream til
the end of the current line.
Returns the current line number in the input stream.
Returns the nof line read
ATTENTION: the skip-method does invalidate the line-number counter
Obtain the specified CSV Strategy
Obtain the specified CSV Strategy
Guess the config based on the first 10 (or less when less available)
records of a CSV file.
Creates a config based on a stream.
Guess if this file is fixedwidth.