Uses of Interface
adams.core.management.OptionHandlingLocaleSupporter
-
Packages that use OptionHandlingLocaleSupporter Package Description adams.data.conversion adams.data.io.input adams.data.io.output -
-
Uses of OptionHandlingLocaleSupporter in adams.data.conversion
Classes in adams.data.conversion that implement OptionHandlingLocaleSupporter Modifier and Type Class Description classDoubleToStringTurns a Double into a String.classLowerCaseTurns a String into a lowercase String.classStringToDoubleTurns a String into a Double.classUpperCaseTurns a String into an uppercase String. -
Uses of OptionHandlingLocaleSupporter in adams.data.io.input
Classes in adams.data.io.input that implement OptionHandlingLocaleSupporter Modifier and Type Class Description classAutoWidthTabularSpreadSheetReaderReads simple tabular text files, using column widths as defined by the header row.classCsvSpreadSheetReaderReads CSV files.
It is possible to force columns to be text.classFixedTabularSpreadSheetReaderReads simple tabular text files with fixed column widths, as used by dot matrix printers in days gone by.classSimpleCsvSpreadSheetReaderReads CSV files.
It is possible to force columns to be text.classTsvSpreadSheetReaderReads TSV (tab-separated values) files.
It is possible to force columns to be text. -
Uses of OptionHandlingLocaleSupporter in adams.data.io.output
Classes in adams.data.io.output that implement OptionHandlingLocaleSupporter Modifier and Type Class Description classAbstractFormattedSpreadSheetWriterAncestor for writers that format the numbers.classAutoWidthTabularSpreadSheetWriterOutputs the spreadsheet in a simple tabular format with column widths to fit the content in each row.classCsvSpreadSheetWriterWrites CSV files.classFixedTabularSpreadSheetWriterOutputs the spreadsheet in a simple tabular format with fixed column width, as used by dot matrix printers in days gone by.classTsvSpreadSheetWriterWrites TSV (tab-separated values) files,
-