Uses of Interface
org.eclipse.rdf4j.common.io.CharSink
Packages that use CharSink
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
Parser/writer for the JSON-LD 1.1 format.
Parser/writer for the JSON-LD 1.0 format.
Writer for the Notation-3 (N3) format.
Parser/writer for the N-Quads format.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the RDF/XML format.
Pretty-printing for the RDF/XML format.
Parser/writer for the TriG format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
-
Uses of CharSink in org.eclipse.rdf4j.query.resultio.sparqljson
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement CharSinkModifier and TypeClassDescriptionclass
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
Writer for SPARQL-star JSON results. -
Uses of CharSink in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement CharSinkModifier and TypeClassDescriptionclass
ABooleanQueryResultWriter
that writes boolean query results in the SPARQL Query Results XML Format.class
ATupleQueryResultWriter
that writes tuple query results in the SPARQL Query Results XML Format.class
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 CharSinkModifier and TypeClassDescriptionclass
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 CharSinkModifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
Writer for SPARQL-star TSV results. -
Uses of CharSink in org.eclipse.rdf4j.rio.jsonld
Classes in org.eclipse.rdf4j.rio.jsonld that implement CharSink -
Uses of CharSink in org.eclipse.rdf4j.rio.jsonld.legacy
Classes in org.eclipse.rdf4j.rio.jsonld.legacy that implement CharSinkModifier and TypeClassDescriptionclass
An RDFWriter that links toJSONLDInternalRDFParser
. -
Uses of CharSink in org.eclipse.rdf4j.rio.n3
Classes in org.eclipse.rdf4j.rio.n3 that implement CharSinkModifier and TypeClassDescriptionclass
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 -
Uses of CharSink in org.eclipse.rdf4j.rio.ntriples
Classes in org.eclipse.rdf4j.rio.ntriples that implement CharSinkModifier and TypeClassDescriptionclass
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 -
Uses of CharSink in org.eclipse.rdf4j.rio.rdfxml
Classes in org.eclipse.rdf4j.rio.rdfxml that implement CharSinkModifier and TypeClassDescriptionclass
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 CharSinkModifier and TypeClassDescriptionclass
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 CharSinkModifier and TypeClassDescriptionclass
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 CharSinkModifier and TypeClassDescriptionclass
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 CharSinkModifier and TypeClassDescriptionclass
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 CharSinkModifier and TypeClassDescriptionclass
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 CharSinkModifier and TypeClassDescriptionclass
An extension ofTurtleWriter
that writes RDF-star documents in the Turtle-star format by including the RDF-star triples.