Class TSVOutput

  • All Implemented Interfaces:
    OutputFormatter

    @Deprecated
    public class TSVOutput
    extends OutputBase
    Deprecated.
    This will become an internal class. Use ResultSetFormatter.outputAsTSV(boolean) or ResultsWriter.create().lang(ResultSetLang.RS_TSV).write(...)
    Tab Separated Values. First row is variable names (with ?). Subsequent rows are RDF terms, written Turtle style.
    • Constructor Summary

      Constructors 
      Constructor Description
      TSVOutput()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void format​(java.io.OutputStream out, boolean booleanResult)
      Deprecated.
      Format a boolean result - output on the given stream
      void format​(java.io.OutputStream out, ResultSet resultSet)
      Deprecated.
      Format a result set - output on the given stream
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TSVOutput

        public TSVOutput()
        Deprecated.
    • Method Detail

      • format

        public void format​(java.io.OutputStream out,
                           ResultSet resultSet)
        Deprecated.
        Description copied from interface: OutputFormatter
        Format a result set - output on the given stream
      • format

        public void format​(java.io.OutputStream out,
                           boolean booleanResult)
        Deprecated.
        Description copied from interface: OutputFormatter
        Format a boolean result - output on the given stream