Uses of Class
org.openjena.riot.lang.LangNTriples

Packages that use LangNTriples
org.openjena.riot   
 

Uses of LangNTriples in org.openjena.riot
 

Methods in org.openjena.riot that return LangNTriples
static LangNTriples RiotReader.createParserNTriples(InputStream input, Sink<com.hp.hpl.jena.graph.Triple> sink)
          Create a parser for N-Triples, with default behaviour
static LangNTriples RiotReader.createParserNTriples(Tokenizer tokenizer, Sink<com.hp.hpl.jena.graph.Triple> sink)
          Create a parser for N-Triples, with default behaviour
 



Licenced under the Apache License, Version 2.0