Package no.hasmac.rdf.io
Interface RdfWriter
-
- All Known Implementing Classes:
NQuadsWriter
public interface RdfWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(RdfDataset dataset)
-
-
-
Method Detail
-
write
void write(RdfDataset dataset) throws java.io.IOException, RdfWriterException
- Throws:
java.io.IOException
RdfWriterException
-
-