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 TextLineWriterTextLineWriter.CSVLineBuilder. myWriterMethods in org.ojalgo.netio that return TextLineWriter Modifier and Type Method Description static TextLineWriterTextLineWriter. of(java.io.File file)static TextLineWriterTextLineWriter. of(java.io.File file, OperatorWithException<java.io.OutputStream> filter)static TextLineWriterTextLineWriter. of(java.lang.String pathname)static TextLineWriterTextLineWriter. of(InMemoryFile file)static TextLineWriterTextLineWriter. 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)
-