Class SPARQLResultsTSVReader
- java.lang.Object
-
- com.opencsv.CSVReader
-
- org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVReader
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<String[]>
public class SPARQLResultsTSVReader extends com.opencsv.CSVReader
This reader respects the TSV semantics of RDF4J and does absolutely no processing except for splitting the line on horizontal tabulator characters.
-
-
Constructor Summary
Constructors Constructor Description SPARQLResultsTSVReader(Reader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
readNext()
-
Methods inherited from class com.opencsv.CSVReader
close, combineResultsFromMultipleReads, getLinesRead, getMultilineLimit, getNextLine, getParser, getRecordsRead, getSkipLines, isClosed, iterator, keepCarriageReturns, peek, readAll, setErrorLocale, setMultilineLimit, skip, validateResult, verifyReader
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
SPARQLResultsTSVReader
public SPARQLResultsTSVReader(Reader reader)
-
-
Method Detail
-
readNext
public String[] readNext() throws IOException
- Overrides:
readNext
in classcom.opencsv.CSVReader
- Throws:
IOException
-
-