Class ReaderRIOT_HDT

java.lang.Object
org.aksw.jena_sparql_api.io.hdt.ReaderRIOT_HDT
All Implemented Interfaces:
org.apache.jena.riot.ReaderRIOT

public class ReaderRIOT_HDT extends Object implements org.apache.jena.riot.ReaderRIOT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(InputStream in, String baseURI, org.apache.jena.atlas.web.ContentType ct, org.apache.jena.riot.system.StreamRDF output, org.apache.jena.sparql.util.Context context)
     
    void
    read(Reader reader, String baseURI, org.apache.jena.atlas.web.ContentType ct, org.apache.jena.riot.system.StreamRDF output, org.apache.jena.sparql.util.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReaderRIOT_HDT

      public ReaderRIOT_HDT()
  • Method Details

    • read

      public void read(Reader reader, String baseURI, org.apache.jena.atlas.web.ContentType ct, org.apache.jena.riot.system.StreamRDF output, org.apache.jena.sparql.util.Context context)
      Specified by:
      read in interface org.apache.jena.riot.ReaderRIOT
    • read

      public void read(InputStream in, String baseURI, org.apache.jena.atlas.web.ContentType ct, org.apache.jena.riot.system.StreamRDF output, org.apache.jena.sparql.util.Context context)
      Specified by:
      read in interface org.apache.jena.riot.ReaderRIOT