Package org.openrefine.importers
Interface TabularParserHelper.TableDataReader
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
DBQueryResultImportReader,DBQueryResultPreviewReader,PCAxisTableDataReader,WikitextImporter.WikiTableDataReader
- Enclosing class:
- TabularParserHelper
public static interface TabularParserHelper.TableDataReader extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()List<Object>getNextRowOfCells()
-
-
-
Method Detail
-
getNextRowOfCells
List<Object> getNextRowOfCells() throws IOException
- Throws:
IOException
-
close
void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-
-