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 Sink
acceptsFileFormat, getFileFormat 
- 
Method Details
- 
getOutputStream
OutputStream getOutputStream()get theOutputStreamused by thisByteSink.- Returns:
 - an 
OutputStream - Since:
 - 3.5.0
 
 
 -