Package nz.org.riskscape.engine.io
package nz.org.riskscape.engine.io
-
ClassDescriptionTupleReader that uses
Type
deserialization methods to read a tuple from anInputStream
TupleWriter
that usesType.toBytes(DataOutputStream, Object)
for serialization to an underlyingOutputStream
TupleStorage
backed by a directory on the filesystem.Wraps aDataInputStreamTupleReader
to apply byte counting and buffering to aFileOutputStream
.Wraps aDataOutputStreamTupleWriter
to write out to a buffered and byte countedFileOutputStream
.