Uses of Interface
org.eclipse.rdf4j.common.io.CharSink
-
-
Uses of CharSink in org.eclipse.rdf4j.query.resultio.sparqljson
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement CharSink Modifier and Type Class Description class
SPARQLBooleanJSONWriter
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
SPARQLResultsJSONWriter
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
SPARQLStarResultsJSONWriter
Writer for SPARQL-star JSON results. -
Uses of CharSink in org.eclipse.rdf4j.query.resultio.sparqlstarjson
Classes in org.eclipse.rdf4j.query.resultio.sparqlstarjson that implement CharSink Modifier and Type Class Description class
SPARQLStarResultsJSONWriter
Deprecated.since 3.4.0 - moved toSPARQLStarResultsJSONWriter
-
Uses of CharSink in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement CharSink Modifier and Type Class Description class
SPARQLBooleanXMLWriter
ABooleanQueryResultWriter
that writes boolean query results in the SPARQL Query Results XML Format.class
SPARQLResultsXMLWriter
ATupleQueryResultWriter
that writes tuple query results in the SPARQL Query Results XML Format.class
SPARQLStarResultsXMLWriter
ATupleQueryResultWriter
that writes tuple query results in the extended form SPARQL Query Results XML Format. -
Uses of CharSink in org.eclipse.rdf4j.query.resultio.text.csv
Classes in org.eclipse.rdf4j.query.resultio.text.csv that implement CharSink Modifier and Type Class Description class
SPARQLResultsCSVWriter
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format. -
Uses of CharSink in org.eclipse.rdf4j.query.resultio.text.tsv
Classes in org.eclipse.rdf4j.query.resultio.text.tsv that implement CharSink Modifier and Type Class Description class
SPARQLResultsTSVWriter
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
SPARQLStarResultsTSVWriter
Writer for SPARQL-star TSV results. -
Uses of CharSink in org.eclipse.rdf4j.query.resultio.textstar.tsv
Classes in org.eclipse.rdf4j.query.resultio.textstar.tsv that implement CharSink Modifier and Type Class Description class
SPARQLStarResultsTSVWriter
Deprecated.since 3.4.0 - moved toSPARQLStarResultsTSVWriter
. -
Uses of CharSink in org.eclipse.rdf4j.rio.jsonld
Classes in org.eclipse.rdf4j.rio.jsonld that implement CharSink Modifier and Type Class Description class
JSONLDWriter
An RDFWriter that links toJSONLDInternalRDFParser
. -
Uses of CharSink in org.eclipse.rdf4j.rio.n3
Classes in org.eclipse.rdf4j.rio.n3 that implement CharSink Modifier and Type Class Description class
N3Writer
An implementation of the RDFWriter interface that writes RDF documents in N3 format. -
Uses of CharSink in org.eclipse.rdf4j.rio.nquads
Classes in org.eclipse.rdf4j.rio.nquads that implement CharSink Modifier and Type Class Description class
NQuadsWriter
RDFWriter implementation for theN-Quads
RDF format. -
Uses of CharSink in org.eclipse.rdf4j.rio.ntriples
Classes in org.eclipse.rdf4j.rio.ntriples that implement CharSink Modifier and Type Class Description class
NTriplesWriter
An implementation of the RDFWriter interface that writes RDF documents in N-Triples format. -
Uses of CharSink in org.eclipse.rdf4j.rio.rdfjson
Classes in org.eclipse.rdf4j.rio.rdfjson that implement CharSink Modifier and Type Class Description class
RDFJSONWriter
RDFWriter
implementation for the RDF/JSON format -
Uses of CharSink in org.eclipse.rdf4j.rio.rdfxml
Classes in org.eclipse.rdf4j.rio.rdfxml that implement CharSink Modifier and Type Class Description class
RDFXMLWriter
An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format. -
Uses of CharSink in org.eclipse.rdf4j.rio.rdfxml.util
Classes in org.eclipse.rdf4j.rio.rdfxml.util that implement CharSink Modifier and Type Class Description class
RDFXMLPrettyWriter
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML. -
Uses of CharSink in org.eclipse.rdf4j.rio.trig
Classes in org.eclipse.rdf4j.rio.trig that implement CharSink Modifier and Type Class Description class
TriGWriter
An extension ofTurtleWriter
that writes RDF documents in TriG format by adding graph scopes to the Turtle document. -
Uses of CharSink in org.eclipse.rdf4j.rio.trigstar
Classes in org.eclipse.rdf4j.rio.trigstar that implement CharSink Modifier and Type Class Description class
TriGStarWriter
An extension ofTriGWriter
that writes RDF-star documents in the TriG-star format by including the RDF-star triples. -
Uses of CharSink in org.eclipse.rdf4j.rio.trix
Classes in org.eclipse.rdf4j.rio.trix that implement CharSink Modifier and Type Class Description class
TriXWriter
An implementation of the RDFWriter interface that writes RDF documents in TriX format. -
Uses of CharSink in org.eclipse.rdf4j.rio.turtle
Classes in org.eclipse.rdf4j.rio.turtle that implement CharSink Modifier and Type Class Description class
TurtleWriter
An implementation of the RDFWriter interface that writes RDF documents in Turtle format. -
Uses of CharSink in org.eclipse.rdf4j.rio.turtlestar
Classes in org.eclipse.rdf4j.rio.turtlestar that implement CharSink Modifier and Type Class Description class
TurtleStarWriter
An extension ofTurtleWriter
that writes RDF-star documents in the Turtle-star format by including the RDF-star triples.
-