Package org.aksw.jenax.io.rowset.core
Interface RowSetStreamWriter
- All Superinterfaces:
AutoCloseable,Flushable
- All Known Implementing Classes:
RowSetStreamWriterCSV,RowSetStreamWriterTSV
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()voidvoidwriteAskResult(boolean askResult) voidwriteBinding(org.apache.jena.sparql.engine.binding.Binding binding) voidvoidvoid
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-
writeAskResult
- Throws:
IOException
-
writeHeader
- Throws:
IOException
-
beginBindings
void beginBindings() -
writeBindingSeparator
void writeBindingSeparator() -
writeBinding
- Throws:
IOException
-
endBindings
void endBindings()
-