Package org.openrefine.pcaxis
Class PCAxisTableDataReader
- java.lang.Object
-
- org.openrefine.pcaxis.PCAxisTableDataReader
-
- All Implemented Interfaces:
AutoCloseable,TabularParserHelper.TableDataReader
public class PCAxisTableDataReader extends Object implements TabularParserHelper.TableDataReader
-
-
Constructor Summary
Constructors Constructor Description PCAxisTableDataReader(LineNumberReader lnReader, List<Exception> exceptions)
-
-
-
Constructor Detail
-
PCAxisTableDataReader
public PCAxisTableDataReader(LineNumberReader lnReader, List<Exception> exceptions)
-
-
Method Detail
-
getNextRowOfCells
public List<Object> getNextRowOfCells() throws IOException
- Specified by:
getNextRowOfCellsin interfaceTabularParserHelper.TableDataReader- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceTabularParserHelper.TableDataReader- Throws:
IOException
-
-