public class BindingInputStream extends LangEngine implements Iterator<Binding>, org.apache.jena.atlas.lib.Closeable
Summary:
Constructor and Description |
---|
BindingInputStream(InputStream in) |
BindingInputStream(Tokenizer tokenizer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
Binding |
next() |
void |
remove() |
List<Var> |
vars() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public BindingInputStream(InputStream in)
public BindingInputStream(Tokenizer tokenizer)
public void close()
close
in interface org.apache.jena.atlas.lib.Closeable
Licenced under the Apache License, Version 2.0