org.openjena.riot
Class RiotQuadParsePuller

java.lang.Object
  extended by org.openjena.riot.RiotParsePuller<Quad>
      extended by org.openjena.riot.RiotQuadParsePuller
All Implemented Interfaces:
Iterator<Quad>, Closeable, LangRIOT

public class RiotQuadParsePuller
extends RiotParsePuller<Quad>

A RiotParsePuller that operates on Quads.

See Also:
RiotParsePuller

Constructor Summary
RiotQuadParsePuller(InputStream in, Lang lang, String baseIRI)
           
 
Method Summary
 
Methods inherited from class org.openjena.riot.RiotParsePuller
close, getLang, getProfile, hasNext, next, parse, remove, setProfile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiotQuadParsePuller

public RiotQuadParsePuller(InputStream in,
                           Lang lang,
                           String baseIRI)


Licenced under the Apache License, Version 2.0