Package uk.ac.starlink.table.formats


package uk.ac.starlink.table.formats
Table I/O handlers for various miscellaneous (mostly text-based) table serialization formats.
  • Class
    Description
    A StarTableWriter which outputs text to a human-readable text file.
    Simple ASCII-format table.
    A table builder which reads tables in simple ASCII format.
    A StarTableWriter which outputs text to a simple format machine-readable text file.
    Can be used to make sense of the COINS data from the UK Government.
    Comma-Separated Value table.
    A table builder which reads tables in Comma-Separated Values format.
    A StarTableWriter which outputs to Comma-Separated Value format.
    Marker interface providing some behaviour that should be implemented by table I/O handlers to assist with auto-generating XML user documentation.
    Partial StarTableWriter implementation for use by writers which just write to output streams, and which also implements DocumentedIOHandler.
    Partial TableBuilder implementation that adds some behaviour useful when auto-generating XML user documentation for I/O handlers.
    Defines how error messages are reported.
    A StarTableWriter that outputs text to HTML.
    A table builder which reads tables in IPAC format.
    A StarTableWriter which writes to the IPAC text format.
    A StarTableWriter that outputs text to a LaTeX document.
    Input handler for the so-called "Machine-Readable Table" format used by AAS journals.
    Examines unknown rows (arrays of strings) to work out what they contain.
    Interface for an object that can turn a string into a cell content object.
    Helper class used to group quantities which describe what the data types found in the columns of a table are.
    Abstract superclass for tables which reads a stream of characters to obtain the row data and metadata.
    A StarTableWriter which outputs text to a human-readable text file.
    A table builder which reads tables in Tab-Separated Table format.
    Output handler for Tab-Separated Table format.
    Table builder for reading tables in the loosely-defined "ver" format.
    Implementation of the TableBuilder interface which gets StarTables from World Data Centre-type text files.