Class SynchonizedStreamRDFWrapper

java.lang.Object
org.apache.jena.riot.system.StreamRDFWrapper
org.fcrepo.http.commons.responses.SynchonizedStreamRDFWrapper
All Implemented Interfaces:
org.apache.jena.riot.system.StreamRDF

public class SynchonizedStreamRDFWrapper extends org.apache.jena.riot.system.StreamRDFWrapper
Since:
Mar 22, 2017
Author:
Daniel Bernstein
  • Field Summary

    Fields inherited from class org.apache.jena.riot.system.StreamRDFWrapper

    other
  • Constructor Summary

    Constructors
    Constructor
    Description
    SynchonizedStreamRDFWrapper(org.apache.jena.riot.system.StreamRDF stream)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    prefix(String prefix, String iri)
     
    void
    quad(org.apache.jena.sparql.core.Quad quad)
     
    void
     
    void
    triple(org.apache.jena.graph.Triple triple)
     

    Methods inherited from class org.apache.jena.riot.system.StreamRDFWrapper

    base

    Methods inherited from class java.lang.Object

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

    • SynchonizedStreamRDFWrapper

      public SynchonizedStreamRDFWrapper(org.apache.jena.riot.system.StreamRDF stream)
      Parameters:
      stream - the StreamRDF
  • Method Details

    • start

      public void start()
      Specified by:
      start in interface org.apache.jena.riot.system.StreamRDF
      Overrides:
      start in class org.apache.jena.riot.system.StreamRDFWrapper
    • finish

      public void finish()
      Specified by:
      finish in interface org.apache.jena.riot.system.StreamRDF
      Overrides:
      finish in class org.apache.jena.riot.system.StreamRDFWrapper
    • triple

      public void triple(org.apache.jena.graph.Triple triple)
      Specified by:
      triple in interface org.apache.jena.riot.system.StreamRDF
      Overrides:
      triple in class org.apache.jena.riot.system.StreamRDFWrapper
    • prefix

      public void prefix(String prefix, String iri)
      Specified by:
      prefix in interface org.apache.jena.riot.system.StreamRDF
      Overrides:
      prefix in class org.apache.jena.riot.system.StreamRDFWrapper
    • quad

      public void quad(org.apache.jena.sparql.core.Quad quad)
      Specified by:
      quad in interface org.apache.jena.riot.system.StreamRDF
      Overrides:
      quad in class org.apache.jena.riot.system.StreamRDFWrapper