Package | Description |
---|---|
prefuse.data.io |
Input/output classes for reading and writing data from formatted files.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableWriter
Abstract base class implementation of the TableWriter interface.
|
class |
CSVTableWriter
TableWriter that writes out a text table in the comma-separated-values
format.
|
class |
DelimitedTextTableWriter
TableWriter that writes out a delimited text table, using a designated
character string to demarcate data columns.
|
class |
FixedWidthTextTableWriter
TableWriter 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