Package org.apache.jena.riot.lang
Class SinkTriplesToGraph
- java.lang.Object
-
- org.apache.jena.riot.lang.SinkTriplesToGraph
-
-
Constructor Summary
Constructors Constructor Description SinkTriplesToGraph(boolean x, Graph g)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()voidsend(Triple triple)
-
-
-
Constructor Detail
-
SinkTriplesToGraph
public SinkTriplesToGraph(boolean x, Graph g)
-
-
Method Detail
-
send
public void send(Triple triple)
- Specified by:
sendin interfaceorg.apache.jena.atlas.lib.Sink<Triple>
-
flush
public void flush()
- Specified by:
flushin interfaceorg.apache.jena.atlas.lib.Sink<Triple>
-
close
public void close()
- Specified by:
closein interfaceorg.apache.jena.atlas.lib.Closeable
-
-