Uses of Class
org.ojalgo.netio.TextLineWriter
Packages that use TextLineWriter
Package
Description
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 TextLineWriterModifier and TypeFieldDescriptionprivate final TextLineWriter
TextLineWriter.CSVLineBuilder.myWriter
Methods in org.ojalgo.netio that return TextLineWriterModifier and TypeMethodDescriptionstatic TextLineWriter
static TextLineWriter
TextLineWriter.of
(File file, OperatorWithException<OutputStream> filter) static TextLineWriter
TextLineWriter.of
(InMemoryFile file) static TextLineWriter
TextLineWriter.of
(InMemoryFile file, OperatorWithException<OutputStream> filter) Constructors in org.ojalgo.netio with parameters of type TextLineWriterModifierConstructorDescription(package private)
CSVLineBuilder
(TextLineWriter writer, char delimiter) (package private)
CSVLineBuilder
(TextLineWriter writer, String delimiter)