Uses of Interface
org.eclipse.rdf4j.common.io.Sink
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 RDF4J binary RDF format.
Provides helpers classes for Rio.
Parser/writer for the JSON-L 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 Sink in org.eclipse.rdf4j.common.io
Modifier and TypeInterfaceDescriptioninterface
A ByteSink writes data as raw bytes directly to anOutputStream
.interface
A CharSink writes data as characters to aWriter
. -
Uses of Sink in org.eclipse.rdf4j.console.util
Modifier and TypeClassDescriptionclass
Write query results to consoleclass
Write query results to console -
Uses of Sink in org.eclipse.rdf4j.query.resultio
Modifier and TypeClassDescriptionclass
Base class forQueryResultWriter
s offering common functionality for query result writers. -
Uses of Sink in org.eclipse.rdf4j.query.resultio.binary
Modifier and TypeClassDescriptionclass
Writer for the binary tuple result format. -
Uses of Sink in org.eclipse.rdf4j.query.resultio.sparqljson
Modifier 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 Sink in org.eclipse.rdf4j.query.resultio.sparqlstarjson
-
Uses of Sink in org.eclipse.rdf4j.query.resultio.sparqlxml
Modifier 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 Sink in org.eclipse.rdf4j.query.resultio.text
Modifier and TypeClassDescriptionclass
Writer for the plain text boolean result format. -
Uses of Sink in org.eclipse.rdf4j.query.resultio.text.csv
Modifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format. -
Uses of Sink in org.eclipse.rdf4j.query.resultio.text.tsv
Modifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
Writer for SPARQL-star TSV results. -
Uses of Sink in org.eclipse.rdf4j.query.resultio.textstar.tsv
Modifier and TypeClassDescriptionclass
Deprecated.since 3.4.0 - moved toSPARQLStarResultsTSVWriter
. -
Uses of Sink in org.eclipse.rdf4j.rio.binary
-
Uses of Sink in org.eclipse.rdf4j.rio.helpers
Modifier and TypeClassDescriptionclass
Base class forRDFWriter
s offering common functionality for RDF writers. -
Uses of Sink in org.eclipse.rdf4j.rio.jsonld
Modifier and TypeClassDescriptionclass
An RDFWriter that links toJSONLDInternalRDFParser
. -
Uses of Sink in org.eclipse.rdf4j.rio.n3
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in N3 format. -
Uses of Sink in org.eclipse.rdf4j.rio.ndjsonld
-
Uses of Sink in org.eclipse.rdf4j.rio.nquads
-
Uses of Sink in org.eclipse.rdf4j.rio.ntriples
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in N-Triples format. -
Uses of Sink in org.eclipse.rdf4j.rio.rdfjson
-
Uses of Sink in org.eclipse.rdf4j.rio.rdfxml
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format. -
Uses of Sink in org.eclipse.rdf4j.rio.rdfxml.util
Modifier and TypeClassDescriptionclass
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML. -
Uses of Sink in org.eclipse.rdf4j.rio.trig
Modifier and TypeClassDescriptionclass
An extension ofTurtleWriter
that writes RDF documents in TriG format by adding graph scopes to the Turtle document. -
Uses of Sink in org.eclipse.rdf4j.rio.trigstar
Modifier and TypeClassDescriptionclass
An extension ofTriGWriter
that writes RDF-star documents in the TriG-star format by including the RDF-star triples. -
Uses of Sink in org.eclipse.rdf4j.rio.trix
Modifier and TypeClassDescriptionclass
An implementation of the RDFWriter interface that writes RDF documents in TriX format. -
Uses of Sink in org.eclipse.rdf4j.rio.turtle
Modifier and TypeClassDescriptionclass
Deprecated.since 3.3.1.class
An implementation of the RDFWriter interface that writes RDF documents in Turtle format. -
Uses of Sink in org.eclipse.rdf4j.rio.turtlestar
Modifier and TypeClassDescriptionclass
An extension ofTurtleWriter
that writes RDF-star documents in the Turtle-star format by including the RDF-star triples.
SPARQLStarResultsJSONWriter