Package nz.org.riskscape.engine.io
package nz.org.riskscape.engine.io
-
ClassDescriptionTupleReader that uses
Typedeserialization methods to read a tuple from anInputStreamTupleWriterthat usesType.toBytes(DataOutputStream, Object)for serialization to an underlyingOutputStreamTupleStoragebacked by a directory on the filesystem.Wraps aDataInputStreamTupleReaderto apply byte counting and buffering to aFileOutputStream.Wraps aDataOutputStreamTupleWriterto write out to a buffered and byte countedFileOutputStream.