Package uk.ac.starlink.ecsv
package uk.ac.starlink.ecsv
-
ClassDescriptionEcsvColumn<T>Represents column metadata from an ECSV table.EcsvDecoder<T>Decodes values in the body of an ECSV file for a given data type.Converts values for a given column into strings suitable for inclusion in the body of an ECSV file.Exception thrown if an attempt to read an ECSV file fails because the input does not appear to conform to the ECSV format.Represents the part of an ECSV file preceding the actual data lines.Metadata structure read from an ECSV file.Parser for the metadata and data of an ECSV file.Partial StarTable implementation for ECSV tables.TableBuilder implementation for ECSV tables.TableWriter for ECSV output format.Reads lines of text from an input stream.Defines how to deliver a message to the user.YamlParser implementation based on the SnakeYAML libraryDefines an object that can extract ECSV header information from YAML.