Package org.ojalgo.netio
Interface TextLineInterpreter<T>
- All Superinterfaces:
TextLineReader.Parser<T>
,TextLineWriter.Formatter<T>
public interface TextLineInterpreter<T>
extends TextLineReader.Parser<T>, TextLineWriter.Formatter<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault FromFileReader
<T> default FromFileReader
<T> newReader
(File file, OperatorWithException<InputStream> filter) default ToFileWriter
<T> default ToFileWriter
<T> newWriter
(File file, OperatorWithException<OutputStream> filter) Methods inherited from interface org.ojalgo.netio.TextLineReader.Parser
parse
Methods inherited from interface org.ojalgo.netio.TextLineWriter.Formatter
format
-
Method Details
-
newReader
-
newReader
-
newWriter
-
newWriter
-