Package nz.org.riskscape.engine.io
Class DataOutputStreamTupleWriter
java.lang.Object
nz.org.riskscape.engine.io.DataOutputStreamTupleWriter
- All Implemented Interfaces:
Closeable
,AutoCloseable
,nz.org.riskscape.engine.io.TupleWriter
public class DataOutputStreamTupleWriter
extends Object
implements nz.org.riskscape.engine.io.TupleWriter
TupleWriter
that uses Type.toBytes(DataOutputStream, Object)
for serialization to an underlying
OutputStream
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DataOutputStreamTupleWriter
-
-
Method Details
-
write
- Specified by:
write
in interfacenz.org.riskscape.engine.io.TupleWriter
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
remove
- Specified by:
remove
in interfacenz.org.riskscape.engine.io.TupleWriter
- Throws:
IOException
-