Uses of Class
org.ojalgo.netio.TextLineWriter
-
Packages that use TextLineWriter Package Description org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.* -
-
Uses of TextLineWriter in org.ojalgo.netio
Fields in org.ojalgo.netio declared as TextLineWriter Modifier and Type Field Description private TextLineWriter
TextLineWriter.CSVLineBuilder. myWriter
Methods in org.ojalgo.netio that return TextLineWriter Modifier and Type Method Description static TextLineWriter
TextLineWriter. of(java.io.File file)
static TextLineWriter
TextLineWriter. of(java.io.File file, OperatorWithException<java.io.OutputStream> filter)
static TextLineWriter
TextLineWriter. of(InMemoryFile file)
static TextLineWriter
TextLineWriter. of(InMemoryFile file, OperatorWithException<java.io.OutputStream> filter)
Constructors in org.ojalgo.netio with parameters of type TextLineWriter Constructor Description CSVLineBuilder(TextLineWriter writer, char delimiter)
CSVLineBuilder(TextLineWriter writer, java.lang.String delimiter)
-