Package nz.org.riskscape.engine.io
package nz.org.riskscape.engine.io
-
ClassDescriptionThrows by
TypeIOBuilder
s when aTypeIO
object couldn't be constructed - typically because there is no support for reading/writing a particular type.Simple interface for something that readsTuple
s from an underlying stream of dataGeneric, and slightly wip, interface for creatingTupleReader
s andTupleWriter
sStripped back interface for writing tuples out, presumably to some sort of underlying output stream.java.nio based interface for reading and writing riskscape-typed objects from and to aByteBuffer
.Builder/Factory interface for a type that can constructTypeIO
objects for arbitrary typesFunctional interface for constructing aTypeIO
object from a type.