Uses of Interface
org.ojalgo.netio.FromFileReader
-
Packages that use FromFileReader Package Description org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.* -
-
Uses of FromFileReader in org.ojalgo.netio
Classes in org.ojalgo.netio that implement FromFileReader Modifier and Type Class Description class
DataReader<T>
ADataInput
basedFromFileReader
.class
TextLineReader
Method parameters in org.ojalgo.netio with type arguments of type FromFileReader Modifier and Type Method Description <T> AutoSupplier<T>
FromFileReader.Builder. build(java.util.function.Function<java.io.File,? extends FromFileReader<T>> factory)
static <S,T>
java.util.function.Supplier<AutoSupplier<T>>FromFileReader. newFactory(java.util.function.Function<S,FromFileReader<T>> factory, java.util.Collection<? extends S> sources)
A factory that produce readers that read items from the supplied sources.static <S,T>
java.util.function.Supplier<AutoSupplier<T>>FromFileReader. newFactory(java.util.function.Function<S,FromFileReader<T>> factory, S... sources)
-