public class GraphReader extends BaseGraphReader
context, qnameTerm, term| Constructor and Description |
|---|
GraphReader() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
beginNamedGraph(org.openrdf.model.Resource subject) |
protected void |
endNamedGraph(Object state) |
protected void |
handleStatement(org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object) |
void |
read(byte[] data,
Graph graph,
ContextManager manager)
Read binary data into a specified Graph.
|
beginSubject, endPredicate, endRDF, endSubject, handleContext, handleObject, read, startPredicate, startRDFpublic void read(byte[] data,
Graph graph,
ContextManager manager)
throws KonigReadException
data - The data that is to be readgraph - The graph into which the data will be readmanager - A ContextManager that can be used to fetch the Context that governs the dataIOExceptionKonigReadExceptionprotected Object beginNamedGraph(org.openrdf.model.Resource subject)
beginNamedGraph in class BaseGraphReaderprotected void endNamedGraph(Object state)
endNamedGraph in class BaseGraphReaderprotected void handleStatement(org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object)
handleStatement in class BaseGraphReaderCopyright © 2019. All rights reserved.