Package uk.ac.starlink.table.formats

Table I/O handlers for various miscellaneous (mostly text-based) table serialization formats.

See:
          Description

Class Summary
AsciiStarTable Simple ASCII-format table.
AsciiTableBuilder A table builder which reads tables in simple ASCII format.
AsciiTableWriter A StarTableWriter which outputs text to a simple format machine-readable text file.
CsvStarTable Comma-Separated Value table.
CsvTableBuilder A table builder which reads tables in Comma-Separated Values format.
CsvTableWriter A StarTableWriter which outputs to Comma-Separated Value format.
HTMLTableWriter A StarTableWriter that outputs text to HTML.
LatexTableWriter A StarTableWriter that outputs text to a LaTeX document.
StreamStarTable Abstract superclass for tables which reads a stream of characters to obtain the row data and metadata.
StreamStarTable.Decoder Interface for an object that can turn a string into a cell content object.
StreamStarTable.Metadata Helper class used to group quantities which describe what the data types found in the columns of a table are.
StreamStarTable.RowEvaluator Helper class to examine unknown rows (arrays of strings) and work out what they contain.
TextTableWriter A StarTableWriter which outputs text to a human-readable text file.
WDCTableBuilder Implementation of the TableBuilder interface which gets StarTables from World Data Centre-type text files.
 

Package uk.ac.starlink.table.formats Description

Table I/O handlers for various miscellaneous (mostly text-based) table serialization formats.


Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.