Package | Description |
---|---|
prefuse.data.io |
Input/output classes for reading and writing data from formatted files.
|
Modifier and Type | Class and Description |
---|---|
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 ? 2013 Regents of the University of California