Package org.eclipse.rdf4j.common.io
Interface ByteSink
-
- All Superinterfaces:
Sink
- All Known Implementing Classes:
BinaryQueryResultWriter,BinaryRDFWriter
public interface ByteSink extends Sink
A ByteSink writes data as raw bytes directly to anOutputStream.- Since:
- 3.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.OutputStreamgetOutputStream()get theOutputStreamused by thisByteSink.-
Methods inherited from interface org.eclipse.rdf4j.common.io.Sink
acceptsFileFormat, getFileFormat
-
-
-
-
Method Detail
-
getOutputStream
java.io.OutputStream getOutputStream()
get theOutputStreamused by thisByteSink.- Returns:
- an
OutputStream - Since:
- 3.5.0
-
-