- 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. 
 
- 
- 
Field Summary
- 
Fields inherited from class com.opencsv.CSVReaderbr, DEFAULT_KEEP_CR, DEFAULT_MULTILINE_LIMIT, DEFAULT_SKIP_LINES, DEFAULT_VERIFY_READER, errorLocale, hasNext, keepCR, lineReader, linesRead, linesSkiped, multilineLimit, parser, peekedLine, READ_AHEAD_LIMIT, recordsRead, skipLines, verifyReader
 
 
- 
Method Summary
- 
Methods inherited from class com.opencsv.CSVReaderclose, combineResultsFromMultipleReads, getLinesRead, getMultilineLimit, getNextLine, getParser, getRecordsRead, getSkipLines, isClosed, iterator, keepCarriageReturns, peek, readAll, setErrorLocale, setMultilineLimit, skip, validateResult, verifyReader
 
- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.