Class DataReader<T>

java.lang.Object
org.ojalgo.netio.DataReader<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<T>, Supplier<T>, FromFileReader<T>, AutoFunctional, AutoSupplier<T>

public final class DataReader<T> extends Object implements FromFileReader<T>
A DataInput based FromFileReader. You have to construct and supply a custom DataReader.Deserializer instance to use this reader.