Method Summary |
|
public void | close() Releases all system resources. |
protected void | finalize() Finalizes this CSV reader and closes the IO connections. |
protected CSVParse | getParser() Returns the internal CSV parser engine instance for this reader. |
public boolean | isHeaderPresent() Indicates whether the header row is present or not. |
public boolean | isReadingComplete() Indicates whether the reader has read all CSV lines. |
public Iterator<List<String>> | iterator() Returns an iterator over the parsed lines. |
protected void | readingIsComplete() Sets the flag to denote that all lines have been read. |