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 TextLineWriterTextLineWriter.CSVLineBuilder.myWriterMethods in org.ojalgo.netio that return TextLineWriterModifier and TypeMethodDescriptionstatic TextLineWriterstatic TextLineWriterTextLineWriter.of(File file, OperatorWithException<OutputStream> filter) static TextLineWriterstatic TextLineWriterTextLineWriter.of(InMemoryFile file) static TextLineWriterTextLineWriter.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)