Uses of Class
org.ojalgo.netio.TextLineWriter.CSVLineBuilder
Packages that use TextLineWriter.CSVLineBuilder
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of TextLineWriter.CSVLineBuilder in org.ojalgo.netio
Methods in org.ojalgo.netio that return TextLineWriter.CSVLineBuilderModifier and TypeMethodDescriptionTextLineWriter.CSVLineBuilder.append(boolean colVal) TextLineWriter.CSVLineBuilder.append(byte colVal) TextLineWriter.CSVLineBuilder.append(char colVal) TextLineWriter.CSVLineBuilder.append(double colVal) TextLineWriter.CSVLineBuilder.append(float colVal) TextLineWriter.CSVLineBuilder.append(int colVal) TextLineWriter.CSVLineBuilder.append(long colVal) TextLineWriter.CSVLineBuilder.append(short colVal) TextLineWriter.newCSVLineBuilder(char delimiter) TextLineWriter.newCSVLineBuilder(String delimiter)