Package com.apicatalog.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 voidwrite(RdfDataset dataset)
-
-
-
Method Detail
-
write
void write(RdfDataset dataset) throws IOException, RdfWriterException
- Throws:
IOExceptionRdfWriterException
-
-