Package org.eclipse.rdf4j.common.io
Interface CharSink
-
- All Superinterfaces:
Sink
- All Known Implementing Classes:
AbstractSPARQLJSONWriter,AbstractSPARQLXMLWriter,JSONLDWriter,N3Writer,NQuadsWriter,NTriplesWriter,RDFJSONWriter,RDFXMLPrettyWriter,RDFXMLWriter,SPARQLBooleanJSONWriter,SPARQLBooleanXMLWriter,SPARQLResultsCSVWriter,SPARQLResultsJSONWriter,SPARQLResultsTSVWriter,SPARQLResultsXMLWriter,SPARQLStarResultsJSONWriter,SPARQLStarResultsJSONWriter,SPARQLStarResultsTSVWriter,SPARQLStarResultsTSVWriter,SPARQLStarResultsXMLWriter,TriGStarWriter,TriGWriter,TriXWriter,TurtleStarWriter,TurtleWriter
public interface CharSink extends Sink
A CharSink writes data as characters to aWriter.- Since:
- 3.5.0
- See Also:
ByteSink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.WritergetWriter()get theWriterused by thisCharSink.-
Methods inherited from interface org.eclipse.rdf4j.common.io.Sink
acceptsFileFormat, getFileFormat
-
-
-
-
Method Detail
-
getWriter
java.io.Writer getWriter()
get theWriterused by thisCharSink.- Returns:
- an
Writer - Since:
- 3.5.0
-
-