Package org.eclipse.rdf4j.common.io
Interface ByteSink
- All Superinterfaces:
Sink
- All Known Implementing Classes:
BinaryQueryResultWriter
,BinaryRDFWriter
A ByteSink writes data as raw bytes directly to an
OutputStream
.- Since:
- 3.5.0
- Author:
- Jeen Broekstra
-
Method Summary
Methods inherited from interface org.eclipse.rdf4j.common.io.Sink
acceptsFileFormat, getFileFormat
-
Method Details
-
getOutputStream
OutputStream getOutputStream()get theOutputStream
used by thisByteSink
.- Returns:
- an
OutputStream
- Since:
- 3.5.0
-