org.openjena.riot
Class RiotTripleParsePuller

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

public class RiotTripleParsePuller
extends RiotParsePuller<Triple>

A RiotParsePuller that operates on Triples.

See Also:
RiotParsePuller

Constructor Summary
RiotTripleParsePuller(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

RiotTripleParsePuller

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


Licenced under the Apache License, Version 2.0