Class BinaryQueryResultParser

All Implemented Interfaces:
QueryResultParser, TupleQueryResultParser

public class BinaryQueryResultParser extends AbstractTupleQueryResultParser
Reader for the binary tuple result format. The format is explained in BinaryQueryResultConstants.
  • Constructor Details

    • BinaryQueryResultParser

      public BinaryQueryResultParser()
      Creates a new parser for the binary query result format that will use an instance of SimpleValueFactory to create Value objects.
    • BinaryQueryResultParser

      public BinaryQueryResultParser(ValueFactory valueFactory)
      Creates a new parser for the binary query result format that will use the supplied ValueFactory to create Value objects.
  • Method Details