Uses of Interface
prefuse.data.io.TableReader

Packages that use TableReader
prefuse.data.io Input/output classes for reading and writing data from formatted files. 
 

Uses of TableReader in prefuse.data.io
 

Classes in prefuse.data.io that implement TableReader
 class AbstractTableReader
          Abstract base class implementation of the TableReader interface.
 class AbstractTextTableReader
          Abstract base class for TableReader instances that read in a table from a textual data file.
 class CSVTableReader
          TableReader for Comma Separated Value (CSV) files.
 class DelimitedTextTableReader
          TableReader for delimited text files, such as tab-delimited or pipe-delimited text files.
 class FixedWidthTextTableReader
          TableReader for fixed-width text files, that encode one row of table data per line use a fixed number of characters for each data column.
 



Copyright © 2007 Regents of the University of California