Class DataWriter<T>

java.lang.Object
org.ojalgo.netio.DataWriter<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Consumer<T>, ToFileWriter<T>, AutoConsumer<T>, AutoFunctional

public final class DataWriter<T> extends Object implements ToFileWriter<T>
A DataOutput based ToFileWriter. You have to construct and supply a custom DataWriter.Serializer instance to use this writer.