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.