Package de.erichseifert.gral.io.data

Classes for reading and writing data.

See:
          Description

Interface Summary
DataReader Interface that provides a function to retrieve a DataSource.
DataWriter Interface that provides a function to store a DataSource.
 

Class Summary
AbstractDataReader Base implementation for classes that read data sources from input streams.
AbstractDataWriter Base implementation for classes that write data sources to output streams.
CSVReader Class that reads a DataSource from a CSV-file.
CSVWriter Class that writes a DataSource to a CSV file.
DataReaderFactory A factory class that produces DataReader instances for a specified format.
DataWriterFactory A factory class that produces DataWriter instances for a specified format.
ImageReader Class that reads a DataSource from a binary image file.
ImageWriter Class that writes a DataSource to a binary image file.
 

Package de.erichseifert.gral.io.data Description

Classes for reading and writing data.



Copyright © 2009-2010. All Rights Reserved.