|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NamedGraphSetWriter
Serializes a NamedGraphSet into a Writer or OutputStream.
An Implementation will provide support for a single serialization syntax,
such as TriX or TriG.
A NamedGraphSetWriter instance can only be used to write one file. To write another file, a new instance must be created.
NamedGraphSetWriters are used through NamedGraphSet's write methods.
| Method Summary | |
|---|---|
void |
write(NamedGraphSet set,
OutputStream out,
String baseURI)
Serializes a NamedGraphSet into an OutputStream. |
void |
write(NamedGraphSet set,
Writer out,
String baseURI)
Serializes a NamedGraphSet into a Writer. |
| Method Detail |
|---|
void write(NamedGraphSet set,
Writer out,
String baseURI)
set - The NamedGraphSet to be serializedout - The destinationbaseURI - A base URI, or null if none is known or needed
void write(NamedGraphSet set,
OutputStream out,
String baseURI)
set - The NamedGraphSet to be serializedout - The destinationbaseURI - A base URI, or null if none is known or needed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||