Package nz.org.riskscape.engine.io
Interface TupleWriter
- All Superinterfaces:
AutoCloseable
,Closeable
Stripped back interface for writing tuples out, presumably to some sort of underlying output stream.
-
Method Summary
-
Method Details
-
write
Write a
Tuple
to the underlying stream.- Parameters:
tuple
- thing to write- Throws:
IOException
-
remove
Remove the output that this writer may have created
- Throws:
IOException
-