Interface RDFWriter

All Superinterfaces:
RDFHandler
All Known Implementing Classes:
AbstractRDFWriter, BinaryRDFWriter, ConsoleRDFWriter, JSONLDWriter, JSONLDWriter, N3Writer, NDJSONLDWriter, NDJSONLDWriter, NQuadsWriter, NTriplesWriter, RDFJSONWriter, RDFXMLPrettyWriter, RDFXMLWriter, TriGStarWriter, TriGWriter, TriXWriter, TurtleStarWriter, TurtleWriter

public interface RDFWriter extends RDFHandler
An interface for RDF document writers. To allow RDF document writers to be created through reflection, all implementing classes should define at least two public constructors: one with an OutputStream argument and one with an Writer argument.