Uses of Class
org.djutils.data.Table
Packages that use Table
Package
Description
Classes for sampling simulation data.
The csv package takes care of reading and writing of data in csv / tsv format to/from files or streams.
The json package takes care of reading and writing of data in json format to/from files or streams.
The xml package takes care of reading and writing of data in xml format to/from files or streams.
-
Uses of Table in org.djutils.data
Subclasses of Table in org.djutils.dataModifier and TypeClassDescriptionclassTable implementation that storesRecords in aList.Constructors in org.djutils.data with parameters of type Table -
Uses of Table in org.djutils.data.csv
Methods in org.djutils.data.csv that return TableModifier and TypeMethodDescriptionstatic TableRead the data from the CSV-file into the data table.static TableRead the data from the CSV-file into the data table.static TableRead the data from the CSV-file into the data table.static TableRead the data from the TSV-file into the data table.static TableRead the data from the TSV-file into the data table.static TableCsvData.readZippedData(String fileName, String csvName, String metaName) Read the data from a CSV-file inside a zip file.static TableCsvData.readZippedData(String fileName, String csvName, String metaName, char separator, char quotechar) Read the data from a CSV-file inside a zip file.static TableTsvData.readZippedData(String fileName, String tsvName, String metaName) Read the data from a TSV-file inside a zip file.Methods in org.djutils.data.csv with parameters of type TableModifier and TypeMethodDescriptionstatic voidWrite the data from the data table in CSV format.static voidCsvData.writeData(Writer writer, Writer metaWriter, Table table, char separator, char quotechar, de.siegmar.fastcsv.writer.LineDelimiter lineDelimiter) Write the data from the data table in CSV format.static voidWrite the data from the data table in CSV format.static voidWrite the data from the data table in TSV format.static voidWrite the data from the data table in TSV format.static voidCsvData.writeZippedData(org.djutils.io.CompressedFileWriter writer, String csvName, String metaName, Table table) Write the data from the data table in CSV format.static voidCsvData.writeZippedData(org.djutils.io.CompressedFileWriter writer, String csvName, String metaName, Table table, char separator, char quotechar, de.siegmar.fastcsv.writer.LineDelimiter lineDelimiter) Write the data from the data table in CSV format.static voidTsvData.writeZippedData(org.djutils.io.CompressedFileWriter writer, String tsvName, String metaName, Table table) Write the data from the data table in TSV format. -
Uses of Table in org.djutils.data.json
Methods in org.djutils.data.json that return TableModifier and TypeMethodDescriptionstatic TableRead the data from the csv-file into the data table.static TableRead the data from the csv-file into the data table.Methods in org.djutils.data.json with parameters of type Table -
Uses of Table in org.djutils.data.xml
Methods in org.djutils.data.xml that return TableModifier and TypeMethodDescriptionstatic TableRead the data from the XML-file into the data table.static TableRead the data from the XML-file into the data table.Methods in org.djutils.data.xml with parameters of type Table