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.
  • Field Summary Link icon

    Fields inherited from class com.opencsv.CSVReader Link icon

    br, DEFAULT_KEEP_CR, DEFAULT_MULTILINE_LIMIT, DEFAULT_SKIP_LINES, DEFAULT_VERIFY_READER, errorLocale, hasNext, keepCR, lineReader, linesRead, linesSkipped, multilineLimit, parser, PASSTHROUGH_EXCEPTIONS, peekedLine, peekedLines, READ_AHEAD_LIMIT, recordsRead, skipLines, verifyReader
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.opencsv.CSVReader Link icon

    close, combineResultsFromMultipleReads, getLinesRead, getMultilineLimit, getNextLine, getParser, getRecordsRead, getSkipLines, isClosed, iterator, keepCarriageReturns, peek, readAll, readNextSilently, setErrorLocale, skip, validateResult, verifyReader

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable Link icon

    forEach, spliterator
  • Constructor Details Link icon

    • SPARQLResultsTSVReader Link icon

      public SPARQLResultsTSVReader(Reader reader)
  • Method Details Link icon