|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RdfWriter
General interface for RDF Writer.
Method Summary | |
---|---|
void |
write(Graph graph,
OutputStream stream)
Writes the Graph contents to the OutputStream. |
void |
write(Graph graph,
Writer writer)
Writes the Graph contents to the Writer. |
Method Detail |
---|
void write(Graph graph, OutputStream stream) throws WriteException, GraphException, IOException, javax.xml.stream.XMLStreamException
graph
- Graph inputstream
- OutputStream output. Caller is responsible for closing stream.
WriteException
- If the writer encounters an unrecoverable error.
GraphException
- If an exception occurrs while reading the graph.
IOException
- If output cannot be written.
javax.xml.stream.XMLStreamException
void write(Graph graph, Writer writer) throws WriteException, GraphException, IOException, javax.xml.stream.XMLStreamException
graph
- Graph inputwriter
- Writer output. Caller is responsible for closing writers.
WriteException
- If the writer encounters an unrecoverable error.
GraphException
- If an exception occurrs while reading the graph.
IOException
- If output cannot be written.
javax.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |