Package | Description |
---|---|
prefuse.data.io |
Input/output classes for reading and writing data from formatted files.
|
prefuse.data.io.sql |
Input libraries for loading data from SQL databases.
|
Class and Description |
---|
AbstractGraphReader
Abstract base class implementation of the GraphReader interface.
|
AbstractGraphWriter
Abstract base class implementation of the GraphWriter interface.
|
AbstractTableReader
Abstract base class implementation of the TableReader interface.
|
AbstractTableWriter
Abstract base class implementation of the TableWriter interface.
|
AbstractTextTableReader
Abstract base class for TableReader instances that read in a table
from a textual data file.
|
DataIOException
Exception indicating an error occurred during reading or writing data.
|
FixedWidthTextTableSchema
Helper class that stores character length counts for each column in
a fixed width text table.
|
GraphMLReader.Tokens
String tokens used in the GraphML format.
|
GraphReader
nterface for classes that read in Graph or Tree data from a particular
file format.
|
GraphWriter
Interface for classes that write Graph data to a particular file format.
|
TableReader
Interface for classes that read in Table data from a particular file format.
|
TableReadListener
Callback interface used by AbstractTextTableReader instances to be
used when a table value is encountered in parsing.
|
TableWriter
Interface for classes that write Table data to a particular file format.
|
TreeMLReader.Tokens
String tokens used in the TreeML format.
|
Class and Description |
---|
DataIOException
Exception indicating an error occurred during reading or writing data.
|
Copyright ? 2013 Regents of the University of California