Class RDFWriterRIOT

java.lang.Object
org.apache.jena.riot.adapters.RDFWriterRIOT
All Implemented Interfaces:
RDFWriterI

public class RDFWriterRIOT extends Object implements RDFWriterI
This class is used for indirecting all model.write calls to RIOT. It implements Jena core RDFWriterI can calls WriterGraphRIOT.

For RDF/XML, that WriterGraphRIOT is a AdapterRDFWriter that calls the old style RDFWriterI interface.

AdapterRDFWriter is a WriterGraphRIOT over a RDFWriterI.